Definitions for the Generic CC2538-CC2592-DK Board.
More...
Definitions for the Generic CC2538-CC2592-DK Board.
- Author
- Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@pos.nosp@m.teo..nosp@m.net
Definition in file board.h.
#include "cpu.h"
#include "periph/gpio.h"
#include "cc2538_eui_primary.h"
Go to the source code of this file.
◆ BTN0_MODE
Alias for BTN_LEFT_MODE.
Definition at line 86 of file board.h.
◆ BTN0_PIN
Alias for BTN_LEFT_PIN.
Definition at line 85 of file board.h.
◆ BTN1_MODE
Alias for BTN_RIGHT_MODE.
Definition at line 91 of file board.h.
◆ BTN1_PIN
Alias for BTN_RIGHT_PIN.
Definition at line 90 of file board.h.
◆ BTN2_MODE
Alias for BTN_UP_MODE.
Definition at line 96 of file board.h.
◆ BTN2_PIN
Alias for BTN_UP_PIN.
Definition at line 95 of file board.h.
◆ BTN3_MODE
Alias for BTN_DOWN_MODE.
Definition at line 101 of file board.h.
◆ BTN3_PIN
Alias for BTN_DOWN_PIN.
Definition at line 100 of file board.h.
◆ BTN4_MODE
Alias for BTN_SELECT_MODE.
Definition at line 106 of file board.h.
◆ BTN4_PIN
Alias for BTN_SELECT_PIN.
Definition at line 105 of file board.h.
◆ BTN_DOWN_MODE
#define BTN_DOWN_MODE GPIO_IN_PU |
GPIO mode for button "DOWN".
Definition at line 99 of file board.h.
◆ BTN_DOWN_PIN
GPIO pin for button "DOWN".
Definition at line 98 of file board.h.
◆ BTN_LEFT_MODE
#define BTN_LEFT_MODE GPIO_IN_PU |
GPIO mode for button "LEFT".
Definition at line 84 of file board.h.
◆ BTN_LEFT_PIN
GPIO pin for button "LEFT".
Definition at line 83 of file board.h.
◆ BTN_RIGHT_MODE
#define BTN_RIGHT_MODE GPIO_IN_PU |
GPIO mode for button "RIGHT".
Definition at line 89 of file board.h.
◆ BTN_RIGHT_PIN
GPIO pin for button "RIGHT".
Definition at line 88 of file board.h.
◆ BTN_SELECT_MODE
#define BTN_SELECT_MODE GPIO_IN_PU |
GPIO mode for button "SELECT".
Definition at line 104 of file board.h.
◆ BTN_SELECT_PIN
GPIO pin for button "SELECT".
Definition at line 103 of file board.h.
◆ BTN_UP_MODE
#define BTN_UP_MODE GPIO_IN_PU |
GPIO mode for button "UP".
Definition at line 94 of file board.h.
◆ BTN_UP_PIN
GPIO pin for button "UP".
Definition at line 93 of file board.h.
◆ CCA_BACKDOOR_ACTIVE_LEVEL
#define CCA_BACKDOOR_ACTIVE_LEVEL 0 |
Active low.
Definition at line 119 of file board.h.
◆ CCA_BACKDOOR_ENABLE
#define CCA_BACKDOOR_ENABLE 1 |
◆ CCA_BACKDOOR_PORT_A_PIN
#define CCA_BACKDOOR_PORT_A_PIN 3 |
Select button.
Definition at line 118 of file board.h.
◆ LED0_BIT
Alias for LED_GREEN_BIT.
Definition at line 39 of file board.h.
◆ LED0_OFF
◆ LED0_ON
◆ LED0_PIN
Alias for LED_GREEN_PIN.
Definition at line 37 of file board.h.
◆ LED0_PORT
Alias for LED_GREEN_PORT.
Definition at line 38 of file board.h.
◆ LED0_TOGGLE
◆ LED1_BIT
Alias for LED_RED_BIT.
Definition at line 46 of file board.h.
◆ LED1_OFF
◆ LED1_ON
◆ LED1_PIN
Alias for LED_RED_PIN.
Definition at line 44 of file board.h.
◆ LED1_PORT
Alias for LED_RED_PORT.
Definition at line 45 of file board.h.
◆ LED1_TOGGLE
◆ LED2_BIT
Alias for LED_YELLOW_BIT.
Definition at line 53 of file board.h.
◆ LED2_OFF
◆ LED2_ON
◆ LED2_PIN
Alias for LED_YELLOW_PIN.
Definition at line 51 of file board.h.
◆ LED2_PORT
Alias for LED_YELLOW_PORT.
Definition at line 52 of file board.h.
◆ LED2_TOGGLE
◆ LED3_BIT
Alias for LED_BLUE_BIT.
Definition at line 60 of file board.h.
◆ LED3_OFF
◆ LED3_ON
◆ LED3_PIN
#define LED3_PIN LED_BLUE_PIN |
Alias for LED_BLUE_PIN.
Definition at line 58 of file board.h.
◆ LED3_PORT
Alias for LED_BLUE_PORT.
Definition at line 59 of file board.h.
◆ LED3_TOGGLE
◆ LED_BLUE_BIT
#define LED_BLUE_BIT (1U << 0) |
◆ LED_BLUE_PIN
GPIO pin for blue LED.
Definition at line 55 of file board.h.
◆ LED_BLUE_PORT
GPIO port register to used to control blue LED.
Definition at line 56 of file board.h.
◆ LED_GREEN_BIT
#define LED_GREEN_BIT (1U << 0) |
◆ LED_GREEN_PIN
GPIO pin for green LED.
Definition at line 34 of file board.h.
◆ LED_GREEN_PORT
GPIO port register to used to control green LED.
Definition at line 35 of file board.h.
◆ LED_RED_BIT
#define LED_RED_BIT (1U << 1) |
◆ LED_RED_PIN
GPIO pin for red LED.
Definition at line 41 of file board.h.
◆ LED_RED_PORT
GPIO port register to used to control red LED.
Definition at line 42 of file board.h.
◆ LED_YELLOW_BIT
#define LED_YELLOW_BIT (1U << 1) |
◆ LED_YELLOW_PIN
GPIO pin for yellow LED.
Definition at line 48 of file board.h.
◆ LED_YELLOW_PORT
#define LED_YELLOW_PORT GPIO_B |
GPIO port register to used to control yellow LED.
Definition at line 49 of file board.h.
◆ UPDATE_CCA