Board specific configuration for the E104-BT5010A Test Board. More...
Board specific configuration for the E104-BT5010A Test Board.
Definition in file board.h.
#include "board_common.h"
Go to the source code of this file.
LED pin configuration | |
#define | LED0_PIN GPIO_PIN(0, 30) |
#define | LED1_PIN GPIO_PIN(0, 31) |
#define | LED_PORT (NRF_P0) |
#define | LED0_MASK (1 << 30) |
#define | LED1_MASK (1 << 31) |
#define | LED_MASK (LED0_MASK | LED1_MASK) |
#define | LED0_ON (LED_PORT->OUTCLR = LED0_MASK) |
#define | LED0_OFF (LED_PORT->OUTSET = LED0_MASK) |
#define | LED0_TOGGLE (LED_PORT->OUT ^= LED0_MASK) |
#define | LED1_ON (LED_PORT->OUTCLR = LED1_MASK) |
#define | LED1_OFF (LED_PORT->OUTSET = LED1_MASK) |
#define | LED1_TOGGLE (LED_PORT->OUT ^= LED1_MASK) |
Button pin configuration | |
#define | BTN0_PIN GPIO_PIN(0, 21) |
#define | BTN0_MODE GPIO_IN_PU |
#define | BTN1_PIN GPIO_PIN(0, 29) |
#define | BTN1_MODE GPIO_IN_PU |