oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_led_desc Struct Reference

Descriptor for a single on-board LED. More...

#include <board_types.h>

Data Fields

unsigned int port
 
unsigned int pin
 
int active_low
 

Detailed Description

Descriptor for a single on-board LED.

Identifies the GPIO pin that drives the LED and its polarity.

Field Documentation

◆ port

unsigned int ove_led_desc::port

GPIO port index of the LED pin.

◆ pin

unsigned int ove_led_desc::pin

GPIO pin index within the port.

◆ active_low

int ove_led_desc::active_low

Non-zero if the LED is lit when the pin is low.


The documentation for this struct was generated from the following file: