Board specific definitions for the Atmel SAM R21 Xplained Pro board.
More...
Board specific definitions for the Atmel SAM R21 Xplained Pro board.
- Author
- Thomas Eichinger thoma.nosp@m.s.ei.nosp@m.ching.nosp@m.er@f.nosp@m.u-ber.nosp@m.lin..nosp@m.de
-
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t
Definition in file board.h.
#include "cpu.h"
#include "periph_conf.h"
#include "periph_cpu.h"
#include "periph/gpio.h"
Go to the source code of this file.
|
enum | { RFCTL_ANTENNA_BOARD
, RFCTL_ANTENNA_EXT
} |
| Antenna configuration values. More...
|
|
|
void | board_antenna_config (uint8_t antenna) |
| Set antenna switch.
|
|
◆ AT86RF2XX_PARAM_CS
◆ AT86RF2XX_PARAM_INT
◆ AT86RF2XX_PARAM_RESET
◆ AT86RF2XX_PARAM_SLEEP
◆ BTN0_MODE
#define BTN0_MODE GPIO_IN_PU |
◆ BTN0_PIN
◆ CONFIG_ZTIMER_USEC_DEV
◆ CONFIG_ZTIMER_USEC_MIN
#define CONFIG_ZTIMER_USEC_MIN (10) |
◆ CONFIG_ZTIMER_USEC_TYPE
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER |
◆ LED0_MASK
#define LED0_MASK (1 << 19) |
◆ LED0_OFF
#define LED0_OFF (LED_PORT.OUTSET.reg = LED0_MASK) |
◆ LED0_ON
#define LED0_ON (LED_PORT.OUTCLR.reg = LED0_MASK) |
◆ LED0_PIN
◆ LED0_TOGGLE
#define LED0_TOGGLE (LED_PORT.OUTTGL.reg = LED0_MASK) |
◆ LED_PORT
#define LED_PORT PORT->Group[0] |
◆ RFCTL1_PIN
◆ RFCTL2_PIN
◆ RFCTL_ANTENNA_DEFAULT
#define RFCTL_ANTENNA_DEFAULT RFCTL_ANTENNA_BOARD |
◆ XTIMER_CHAN
◆ XTIMER_DEV
◆ anonymous enum
Antenna configuration values.
Definition at line 94 of file board.h.