#include "periph_cpu.h"
Go to the source code of this file.
Clock system configuration | |
#define | CLOCK_RADIOXTAL (32000000ul) |
#define | CLOCK_CORECLOCK (48000000ul) |
#define | CLOCK_BUSCLOCK (CLOCK_CORECLOCK / 2) |
#define | CLOCK_MCGIRCLK (4000000ul) |
static const clock_config_t | clock_config |
Timer configuration | |
#define | PIT_NUMOF (1U) |
#define | PIT_CONFIG |
#define | LPTMR_NUMOF (1U) |
#define | LPTMR_CONFIG |
#define | TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) |
#define | PIT_BASECLOCK (CLOCK_BUSCLOCK) |
#define | LPTMR_ISR_0 isr_lptmr0 |
UART configuration | |
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
#define | LPUART_0_ISR isr_lpuart0 |
#define | LPUART_0_SRC 3 |
static const uart_conf_t | uart_config [] |
Random Number Generator configuration | |
#define | KINETIS_TRNG TRNG |
SPI clock configuration | |
Clock configuration values based on the configured 16Mhz module clock. Auto-generated by: cpu/kinetis/dist/calc_spi_scalers/calc_spi_scalers.c | |
static const uint32_t | spi_clk_config [] |
#define CLOCK_BUSCLOCK (CLOCK_CORECLOCK / 2) |
Definition at line 71 of file periph_conf_common.h.
#define CLOCK_CORECLOCK (48000000ul) |
Definition at line 70 of file periph_conf_common.h.
#define CLOCK_MCGIRCLK (4000000ul) |
Definition at line 72 of file periph_conf_common.h.
#define CLOCK_RADIOXTAL (32000000ul) |
Definition at line 68 of file periph_conf_common.h.
#define KINETIS_TRNG TRNG |
Definition at line 173 of file periph_conf_common.h.
#define LPTMR_CONFIG |
Definition at line 87 of file periph_conf_common.h.
#define LPTMR_ISR_0 isr_lptmr0 |
Definition at line 97 of file periph_conf_common.h.
#define LPTMR_NUMOF (1U) |
Definition at line 86 of file periph_conf_common.h.
#define LPUART_0_ISR isr_lpuart0 |
Definition at line 120 of file periph_conf_common.h.
#define LPUART_0_SRC 3 |
Definition at line 122 of file periph_conf_common.h.
#define PIT_BASECLOCK (CLOCK_BUSCLOCK) |
Definition at line 96 of file periph_conf_common.h.
#define PIT_CONFIG |
Definition at line 80 of file periph_conf_common.h.
#define PIT_NUMOF (1U) |
Definition at line 79 of file periph_conf_common.h.
#define TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) |
Definition at line 95 of file periph_conf_common.h.
#define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 119 of file periph_conf_common.h.
|
static |
Definition at line 33 of file periph_conf_common.h.
|
static |
Definition at line 135 of file periph_conf_common.h.
|
static |
Definition at line 104 of file periph_conf_common.h.