#include "periph_cpu.h"
Go to the source code of this file.
Clock system configuration | |
#define | CLOCK_CORECLOCK (48000000ul) |
#define | CLOCK_BUSCLOCK (CLOCK_CORECLOCK / 1) |
static const clock_config_t | clock_config |
Timer configuration | |
#define | PIT_NUMOF (2U) |
#define | PIT_CONFIG |
#define | LPTMR_NUMOF (0U) |
#define | LPTMR_CONFIG |
#define | TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) |
#define | PIT_BASECLOCK (CLOCK_BUSCLOCK) |
#define | PIT_ISR_0 isr_pit1 |
#define | PIT_ISR_1 isr_pit3 |
UART configuration | |
#define | UART_0_ISR (isr_uart0_rx_tx) |
#define | UART_1_ISR (isr_uart1_rx_tx) |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
static const uart_conf_t | uart_config [] |
PWM configuration | |
#define | PWM_NUMOF ARRAY_SIZE(pwm_config) |
static const pwm_conf_t | pwm_config [] |
#define CLOCK_BUSCLOCK (CLOCK_CORECLOCK / 1) |
Definition at line 71 of file periph_conf.h.
#define CLOCK_CORECLOCK (48000000ul) |
Definition at line 70 of file periph_conf.h.
#define LPTMR_CONFIG |
Definition at line 90 of file periph_conf.h.
#define LPTMR_NUMOF (0U) |
Definition at line 89 of file periph_conf.h.
#define PIT_BASECLOCK (CLOCK_BUSCLOCK) |
Definition at line 94 of file periph_conf.h.
#define PIT_CONFIG |
Definition at line 79 of file periph_conf.h.
#define PIT_ISR_0 isr_pit1 |
Definition at line 95 of file periph_conf.h.
#define PIT_ISR_1 isr_pit3 |
Definition at line 96 of file periph_conf.h.
#define PIT_NUMOF (2U) |
Definition at line 78 of file periph_conf.h.
#define PWM_NUMOF ARRAY_SIZE(pwm_config) |
Definition at line 167 of file periph_conf.h.
#define TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) |
Definition at line 92 of file periph_conf.h.
#define UART_0_ISR (isr_uart0_rx_tx) |
Definition at line 132 of file periph_conf.h.
#define UART_1_ISR (isr_uart1_rx_tx) |
Definition at line 133 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 135 of file periph_conf.h.
|
static |
Definition at line 32 of file periph_conf.h.
|
static |
Definition at line 142 of file periph_conf.h.
|
static |
Definition at line 103 of file periph_conf.h.