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.
 
static const uart_conf_t uart_config[]
UART configuration.
 
static const spi_conf_t spi_config[]
SPI configuration.
 
static const i2c_conf_t i2c_config[]
I2C configuration.
 
static const timer_conf_t timer_config[]
All timers on board.
 
static const pwm_conf_t pwm_config[]
Actual PWM configuration.
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
I2C configuration structure.
 
TWI_t * dev
Pointer to hardware module registers.
 
PWM device configuration.
 
mini_timer_t * dev
Timer used.
 
SPI device configuration.
 
SPI_t * dev
pointer to the used SPI device
 
Timer device configuration.
 
TC0_t * dev
Pointer to the used as Timer device.
 
UART device configuration.
 
USART_t * dev
pointer to the used UART device
 
Board specific definitions for the Zigduino board.