|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Descriptor for a single on-board LED. More...
#include <board_types.h>
Data Fields | |
| unsigned int | port |
| unsigned int | pin |
| int | active_low |
Descriptor for a single on-board LED.
Identifies the GPIO pin that drives the LED and its polarity.
| unsigned int ove_led_desc::port |
GPIO port index of the LED pin.
| unsigned int ove_led_desc::pin |
GPIO pin index within the port.
| int ove_led_desc::active_low |
Non-zero if the LED is lit when the pin is low.