#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 67 of file periph_conf.h.
#define CLOCK_CORECLOCK (48000000ul) |
Definition at line 66 of file periph_conf.h.
#define LPTMR_CONFIG |
Definition at line 86 of file periph_conf.h.
#define LPTMR_NUMOF (0U) |
Definition at line 85 of file periph_conf.h.
#define PIT_BASECLOCK (CLOCK_BUSCLOCK) |
Definition at line 90 of file periph_conf.h.
#define PIT_CONFIG |
Definition at line 75 of file periph_conf.h.
#define PIT_ISR_0 isr_pit1 |
Definition at line 91 of file periph_conf.h.
#define PIT_ISR_1 isr_pit3 |
Definition at line 92 of file periph_conf.h.
#define PIT_NUMOF (2U) |
Definition at line 74 of file periph_conf.h.
#define PWM_NUMOF ARRAY_SIZE(pwm_config) |
Definition at line 163 of file periph_conf.h.
#define TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) |
Definition at line 88 of file periph_conf.h.
#define UART_0_ISR (isr_uart0_rx_tx) |
Definition at line 128 of file periph_conf.h.
#define UART_1_ISR (isr_uart1_rx_tx) |
Definition at line 129 of file periph_conf.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 131 of file periph_conf.h.
|
static |
Definition at line 28 of file periph_conf.h.
|
static |
Definition at line 138 of file periph_conf.h.
|
static |
Definition at line 99 of file periph_conf.h.