19#include "periph_cpu.h" 
   35        .bitmode  = TIMER_BITMODE_BITMODE_32Bit,
 
   41        .bitmode  = TIMER_BITMODE_BITMODE_32Bit,
 
   46#define TIMER_0_ISR         isr_timer0  
   47#define TIMER_1_ISR         isr_timer1  
   49#define TIMER_NUMOF         ARRAY_SIZE(timer_config)  
   61#ifdef MODULE_PERIPH_UART_HW_FC 
   69#define UART_NUMOF          ARRAY_SIZE(uart_config)  
   80#define RTT_MAX_VALUE       (0x00ffffff)          
   81#define RTT_MAX_FREQUENCY   (32768U)              
   82#define RTT_MIN_FREQUENCY   (8U)                  
   83#define RTT_CLOCK_FREQUENCY (32768U)              
   86#define RTT_FREQUENCY       (1024U)               
  106#define PWM_NUMOF           ARRAY_SIZE(pwm_config) 
  122#define SPI_NUMOF           ARRAY_SIZE(spi_config) 
  137#define I2C_NUMOF           ARRAY_SIZE(i2c_config) 
#define LED2_PIN
RX LED yellow.
 
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
Board configuration for the nRF5340DK-app board.
 
I2C configuration structure.
 
PWM device configuration.
 
SPI device configuration.
 
Timer device configuration.
 
UART device configuration.