50 #define LEDS_GPIO_PIN_MASK LEDS_ALL
65 leds_arch_set(
unsigned char leds)
Header file with register manipulation macro definitions.
#define GPIO_C_BASE
GPIO_C.
#define GPIO_READ_PIN(PORT_BASE, PIN_MASK)
Read pins with PIN_MASK of port with PORT_BASE.
#define GPIO_WRITE_PIN(PORT_BASE, PIN_MASK, value)
Set pins with PIN_MASK of port with PORT_BASE to value.
#define GPIO_SET_OUTPUT(PORT_BASE, PIN_MASK)
Set pins with PIN_MASK of port with PORT_BASE to output.
void leds_arch_init(void)
Leds implementation.