48 #define LEDS_GPIO_PIN_MASK LEDS_ALL
63 leds_arch_set(
unsigned char leds)
#define GPIO_C_BASE
GPIO_C.
Header file with register and macro declarations for the cc2538 GPIO module.
void leds_arch_init(void)
Leds implementation.
#define GPIO_WRITE_PIN(PORT_BASE, PIN_MASK, value)
Set pins with PIN_MASK of port with PORT_BASE to value.
Header file with register manipulation macro definitions.
#define GPIO_SET_OUTPUT(PORT_BASE, PIN_MASK)
Set pins with PIN_MASK of port with PORT_BASE to output.
#define GPIO_READ_PIN(PORT_BASE, PIN_MASK)
Read pins with PIN_MASK of port with PORT_BASE.