#include "periph_cpu.h"
 Include dependency graph for periph_conf.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Clock system configuration | |
| #define | CLOCK_CORECLOCK ( 8000000ul) | 
| #define | CLOCK_MCGIRCLK ( 8000000ul) | 
| #define | CLOCK_BUSCLOCK (CLOCK_CORECLOCK / 1) | 
| 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 | PIT_ISR_0 isr_pit1 | 
| #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 [] | 
ADC configuration | |
| #define | ADC_NUMOF ARRAY_SIZE(adc_config) | 
| #define | ADC_REF_SETTING 0 | 
| static const adc_conf_t | adc_config [] | 
I2C configuration | |
| #define | I2C_NUMOF ARRAY_SIZE(i2c_config) | 
| #define | I2C_0_ISR isr_i2c0 | 
| #define | I2C_1_ISR isr_i2c1 | 
| static const i2c_conf_t | i2c_config [] | 
| #define LPTMR_CONFIG | 
Definition at line 73 of file periph_conf.h.
| #define PIT_CONFIG | 
Definition at line 66 of file periph_conf.h.
      
  | 
  static | 
Definition at line 117 of file periph_conf.h.
      
  | 
  static | 
Definition at line 29 of file periph_conf.h.
      
  | 
  static | 
Definition at line 141 of file periph_conf.h.
      
  | 
  static | 
Definition at line 92 of file periph_conf.h.