Peripheral MCU configuration for the Re-Mote boards. More...
Peripheral MCU configuration for the Re-Mote boards.
Definition in file periph_common.h.
#include "periph_cpu.h"
Go to the source code of this file.
Clock system configuration | |
#define | CLOCK_CORECLOCK (32000000U) /* 32MHz */ |
Timer configuration | |
General purpose timers (GPT[0-3]) are configured consecutively and in order (without gaps) starting from GPT0, i.e. if multiple timers are enabled. | |
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
#define | TIMER_IRQ_PRIO 1 |
static const timer_conf_t | timer_config [] |
Radio peripheral configuration | |
#define | RADIO_IRQ_PRIO 1 |
UART configuration | |
#define | UART_0_ISR isr_uart0 |
#define | UART_1_ISR isr_uart1 |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
static const uart_conf_t | uart_config [] |
|
static |
Definition at line 45 of file periph_common.h.
|
static |
Definition at line 80 of file periph_common.h.