23#include "periph_cpu.h"
39 .bitmode = TIMER_BITMODE_BITMODE_32Bit,
45 .bitmode = TIMER_BITMODE_BITMODE_32Bit,
50#define TIMER_0_ISR isr_timer0
51#define TIMER_1_ISR isr_timer1
53#define TIMER_NUMOF ARRAY_SIZE(timer_config)
65#ifdef MODULE_PERIPH_UART_HW_FC
73#define UART_NUMOF ARRAY_SIZE(uart_config)
84#define RTT_MAX_VALUE (0x00ffffff)
85#define RTT_MAX_FREQUENCY (32768U)
86#define RTT_MIN_FREQUENCY (8U)
87#define RTT_CLOCK_FREQUENCY (32768U)
90#define RTT_FREQUENCY (1024U)
110#define PWM_NUMOF ARRAY_SIZE(pwm_config)
126#define SPI_NUMOF ARRAY_SIZE(spi_config)
141#define I2C_NUMOF ARRAY_SIZE(i2c_config)
#define LED1_PIN
TX LED yellow.
#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
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.