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"
 Include dependency graph for periph_conf.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 20 of file periph_conf.h.
| #define TIMER_0_ISR isr_tim5 | 
Timer 0 ISR number.
Definition at line 46 of file periph_conf.h.
| #define TIMER_NUMOF ARRAY_SIZE(timer_config) | 
Number of timers on this board.
Definition at line 48 of file periph_conf.h.
| #define UART_0_ISR (isr_usart1) | 
Usart1 ISR number.
Definition at line 75 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) | 
Number of uarts on this board.
Definition at line 77 of file periph_conf.h.
      
  | 
  static | 
All timers on board.
Definition at line 36 of file periph_conf.h.
      
  | 
  static | 
All UARTs on board.
Definition at line 56 of file periph_conf.h.