#include "periph_cpu.h" Include dependency graph for periph_conf_common.h:
 Include dependency graph for periph_conf_common.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 67 of file periph_conf_common.h.
| #define CLOCK_CORECLOCK (48000000ul) | 
Definition at line 66 of file periph_conf_common.h.
| #define CLOCK_MCGIRCLK (4000000ul) | 
Definition at line 68 of file periph_conf_common.h.
| #define CLOCK_RADIOXTAL (32000000ul) | 
Definition at line 64 of file periph_conf_common.h.
| #define KINETIS_TRNG TRNG | 
Definition at line 169 of file periph_conf_common.h.
| #define LPTMR_CONFIG | 
Definition at line 83 of file periph_conf_common.h.
| #define LPTMR_ISR_0 isr_lptmr0 | 
Definition at line 93 of file periph_conf_common.h.
| #define LPTMR_NUMOF (1U) | 
Definition at line 82 of file periph_conf_common.h.
| #define LPUART_0_ISR isr_lpuart0 | 
Definition at line 116 of file periph_conf_common.h.
| #define LPUART_0_SRC 3 | 
Definition at line 118 of file periph_conf_common.h.
| #define PIT_BASECLOCK (CLOCK_BUSCLOCK) | 
Definition at line 92 of file periph_conf_common.h.
| #define PIT_CONFIG | 
Definition at line 76 of file periph_conf_common.h.
| #define PIT_NUMOF (1U) | 
Definition at line 75 of file periph_conf_common.h.
| #define TIMER_NUMOF ((PIT_NUMOF) + (LPTMR_NUMOF)) | 
Definition at line 91 of file periph_conf_common.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) | 
Definition at line 115 of file periph_conf_common.h.
| 
 | static | 
Definition at line 29 of file periph_conf_common.h.
| 
 | static | 
Definition at line 131 of file periph_conf_common.h.
| 
 | static | 
Definition at line 100 of file periph_conf_common.h.