18 #include "periph_cpu.h" 
   30 #define CLOCK_CORECLOCK     MHZ(48) 
   60 #define TIMER_NUMOF         ARRAY_SIZE(timer_config) 
   80 #ifdef MODULE_PERIPH_UART_HW_FC 
   87 #define UART_NUMOF          ARRAY_SIZE(uart_config) 
   95 #define I2C_SDA_PIN         GPIO_PIN(0, 5) 
   96 #define I2C_SCL_PIN         GPIO_PIN(0, 4) 
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
static const uart_conf_t uart_config[]
UART configuration.
 
static const timer_conf_t timer_config[]
All timers on board.
 
#define GPT_CFG_32T
GPT register values.
 
@ UART0_IRQN
21 UART0 Rx and Tx
 
#define UART0
UART0 register bank.
 
Timer device configuration.
 
uint_fast8_t cfg
timer config word
 
UART device configuration.