Mesh4all
May the mesh be with you
periph_conf.h File Reference

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...
 

Detailed Description

Peripheral MCU configuration for the VS203 board.

Author
Anon Mall anon..nosp@m.mall.nosp@m.@gt-a.nosp@m.rc.c.nosp@m.om
luisan00 luisa.nosp@m.n00@.nosp@m.hotma.nosp@m.il.c.nosp@m.om

Definition in file periph_conf.h.

Macro Definition Documentation

◆ UART_0_ISR

#define UART_0_ISR   isr_uart0

interrupt function name mapping

Definition at line 62 of file periph_conf.h.

◆ UART_NUMOF

#define UART_NUMOF   ARRAY_SIZE(uart_config)

Number of UARTs

Definition at line 63 of file periph_conf.h.

Variable Documentation

◆ uart_config

const uart_conf_t uart_config[]
static
Initial value:
= {
{
.dev = UART0_BASEADDR,
.rx_pin = GPIO_PIN(PORT_A, 0),
.tx_pin = GPIO_PIN(PORT_A, 1),
},
}

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.