Board specific configuration for the nRF52840 MDK USB Dongle.
More...
Board specific configuration for the nRF52840 MDK USB Dongle.
- Author
- Benjamin Valentin benpi.nosp@m.cco@.nosp@m.googl.nosp@m.emai.nosp@m.l.com
Definition in file board.h.
#include "cpu.h"
#include "board_common.h"
#include "periph/gpio.h"
Go to the source code of this file.
|
#define | BTN0_PIN GPIO_PIN(0, 18) |
| The button labelled RESET.
|
|
#define | BTN0_MODE GPIO_IN_PU |
| The GPIO pin mode of the button labelled RESET.
|
|
◆ BTN0_MODE
#define BTN0_MODE GPIO_IN_PU |
The GPIO pin mode of the button labelled RESET.
Definition at line 86 of file board.h.
◆ BTN0_PIN
The button labelled RESET.
Definition at line 84 of file board.h.
◆ INTERNAL_PERIPHERAL_PID
#define INTERNAL_PERIPHERAL_PID (0x0029) |
◆ INTERNAL_PERIPHERAL_VID
#define INTERNAL_PERIPHERAL_VID (0x239a) |
◆ LED0_OFF
Disable LED's red channel.
Definition at line 59 of file board.h.
◆ LED0_ON
Enable LED's red channel.
Definition at line 57 of file board.h.
◆ LED0_PIN
The red channel of the LED.
Definition at line 43 of file board.h.
◆ LED0_TOGGLE
Toggle LED's red channel.
Definition at line 61 of file board.h.
◆ LED1_OFF
Disable LED's green channel.
Definition at line 66 of file board.h.
◆ LED1_ON
Enable LED's green channel.
Definition at line 64 of file board.h.
◆ LED1_PIN
The green channel of the LED.
Definition at line 45 of file board.h.
◆ LED1_TOGGLE
Toggle LED's green channel.
Definition at line 68 of file board.h.
◆ LED2_OFF
Disable LED's blue channel.
Definition at line 73 of file board.h.
◆ LED2_ON
Enable LED's blue channel.
Definition at line 71 of file board.h.
◆ LED2_PIN
The blue channel of the LED.
Definition at line 47 of file board.h.
◆ LED2_TOGGLE
Toggle LED's blue channel.
Definition at line 75 of file board.h.