Board definitions for the rss2 256rfr2 board.
More...
Board definitions for the rss2 256rfr2 board.
- Author
- Robert Olsson rools.nosp@m.s@kt.nosp@m.h.se
Definition in file board.h.
#include "cpu.h"
#include "periph/gpio.h"
Go to the source code of this file.
|
AVR CPUs need to reset the Watchdog as fast as possible.
This flag indicates that the watchdog is reset in the bootloader and that the MCUSR value is stored in register 0 (r0)
|
#define | BOOTLOADER_CLEARS_WATCHDOG_AND_PASSES_MCUSR 0 |
|
◆ AT24MAC_PARAM_I2C_DEV
#define AT24MAC_PARAM_I2C_DEV I2C_DEV(0) |
◆ AT24MAC_PARAM_TYPE
◆ BOOTLOADER_CLEARS_WATCHDOG_AND_PASSES_MCUSR
#define BOOTLOADER_CLEARS_WATCHDOG_AND_PASSES_MCUSR 0 |
◆ BTN0_MODE
◆ BTN0_PIN
◆ CPU_ATMEGA_CLK_SCALE_INIT
#define CPU_ATMEGA_CLK_SCALE_INIT CPU_ATMEGA_CLK_SCALE_DIV1 |
◆ DS18_PARAM_PIN
◆ DS18_PARAM_PULL
#define DS18_PARAM_PULL (GPIO_IN_PU) |
◆ LED0_MASK
#define LED0_MASK (1 << 4) |
◆ LED0_MODE
◆ LED0_OFF
#define LED0_OFF (LED_PORT |= LED0_MASK) |
◆ LED0_ON
#define LED0_ON (LED_PORT &= ~LED0_MASK) |
◆ LED0_PIN
◆ LED0_TOGGLE
#define LED0_TOGGLE (LED_PORT ^= LED0_MASK) |
◆ LED1_MASK
#define LED1_MASK (1 << 3) |
◆ LED1_MODE
◆ LED1_OFF
◆ LED1_ON
◆ LED1_PIN
◆ LED1_TOGGLE
◆ LED_PANIC
#define LED_PANIC LED0_ON |
◆ LED_PORT
◆ LED_PORT_DDR
#define LED_PORT_DDR DDRE |
◆ XTIMER_CHAN
◆ XTIMER_DEV
◆ XTIMER_HZ
#define XTIMER_HZ (62500UL) |
◆ XTIMER_WIDTH
#define XTIMER_WIDTH (16) |