35 #define XTIMER_DEV          (TIMER_DEV(0)) 
   36 #define XTIMER_HZ           (250000UL) 
   37 #define XTIMER_WIDTH        (16) 
   38 #define XTIMER_CHAN         (0) 
   48 #define BC_PIN              GPIO_PIN(PA, 9) 
   55 #define PB0_PIN             GPIO_PIN(PC, 8) 
   56 #define PB1_PIN             GPIO_PIN(PC, 9) 
   63 #define LED0_PIN            GPIO_PIN(PC, 10) 
   64 #define LED1_PIN            GPIO_PIN(PC, 11) 
   71 #define LED0_ON             gpio_set(LED0_PIN) 
   72 #define LED0_OFF            gpio_clear(LED0_PIN) 
   73 #define LED0_TOGGLE         gpio_toggle(LED0_PIN) 
   74 #define LED1_ON             gpio_set(LED1_PIN) 
   75 #define LED1_OFF            gpio_clear(LED1_PIN) 
   76 #define LED1_TOGGLE         gpio_toggle(LED1_PIN) 
   85 #define CORETEMP_ADC        ADC_LINE(0) 
   94 #define DISP_SPI            SPI_DEV(0) 
   95 #define DISP_COM_PIN        GPIO_PIN(PE, 10) 
   96 #define DISP_CS_PIN         GPIO_PIN(PE, 11) 
   97 #define DISP_SELECT_PIN     GPIO_PIN(PA, 8) 
   98 #define DISP_POWER_PIN      GPIO_PIN(PA, 10) 
Low-level ADC peripheral driver interface definitions.
 
Peripheral MCU configuration for the Zigduino board.
 
Low-level GPIO peripheral driver interface definitions.
 
Low-level SPI peripheral driver interface definition.