Configuration of CPU peripherals for the Raspberry Pi Pico. More...
Configuration of CPU peripherals for the Raspberry Pi Pico.
Definition in file periph_conf.h.
Go to the source code of this file.
#define | UART_0_ISR (isr_uart0) |
#define | UART_1_ISR (isr_uart1) |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
#define | TIMER_0_ISRA isr_timer0 |
#define | TIMER_0_ISRB isr_timer1 |
#define | TIMER_0_ISRC isr_timer2 |
#define | TIMER_0_ISRD isr_timer3 |
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
static const uart_conf_t | uart_config [] |
static const timer_channel_conf_t | timer0_channel_config [] |
static const timer_conf_t | timer_config [] |
|
static |
Definition at line 51 of file periph_conf.h.
|
static |
Definition at line 66 of file periph_conf.h.
|
static |
Definition at line 31 of file periph_conf.h.