Peripheral MCU configuration for the Alientek Pandora board. More...
Peripheral MCU configuration for the Alientek Pandora board.
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_rtt_default.h"
Go to the source code of this file.
#define | CONFIG_BOARD_HAS_LSE 1 |
This board provides LSE | |
Timer configuration | |
#define | TIMER_0_ISR isr_tim5 |
Timer 0 ISR number. | |
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
Number of timers on this board. | |
static const timer_conf_t | timer_config [] |
All timers on board. | |
UART configuration | |
#define | UART_0_ISR (isr_usart1) |
Usart1 ISR number. | |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
Number of uarts on this board. | |
static const uart_conf_t | uart_config [] |
All UARTs on board. | |
#define CONFIG_BOARD_HAS_LSE 1 |
This board provides LSE
Definition at line 24 of file periph_conf.h.
#define TIMER_0_ISR isr_tim5 |
Timer 0 ISR number.
Definition at line 50 of file periph_conf.h.
#define TIMER_NUMOF ARRAY_SIZE(timer_config) |
Number of timers on this board.
Definition at line 52 of file periph_conf.h.
#define UART_0_ISR (isr_usart1) |
Usart1 ISR number.
Definition at line 79 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Number of uarts on this board.
Definition at line 81 of file periph_conf.h.
|
static |
All timers on board.
Definition at line 40 of file periph_conf.h.
|
static |
All UARTs on board.
Definition at line 60 of file periph_conf.h.