|
Mesh4all
May the mesh be with you
|
Peripheral MCU configuration for the VS203 board. More...
#include <stdint.h>#include "cpu.h"#include "periph_cpu.h"#include "periph/cpuid.h"#include "cfg_clk_default.h"#include "cfg_timer_default.h"
Include dependency graph for periph_conf.h:Go to the source code of this file.
UART configuration | |
| #define | UART_0_ISR isr_uart0 |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) |
| static const uart_conf_t | uart_config [] |
| List of available UART ports, pins are mapped as follows: More... | |
Peripheral MCU configuration for the VS203 board.
Definition in file periph_conf.h.
| #define UART_0_ISR isr_uart0 |
interrupt function name mapping
Definition at line 62 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) |
Number of UARTs
Definition at line 63 of file periph_conf.h.
|
static |
List of available UART ports, pins are mapped as follows:
| UART Dev | TX pin | RX pin | CTS pin | RTS pin |
|---|---|---|---|---|
| 0 | PA0 | PA1 | Undef. | Undef. |
Definition at line 50 of file periph_conf.h.