Structure representing a single LED configuration.

This structure holds the configuration parameters for an individual LED, including its pin number, port number, LED identifier, and pad.

Public Attributes#

uint8_t

Pin number associated with the LED.

uint8_t

Port number where the LED is connected.

uint8_t

Identifier for the LED.

uint8_t

Pad configuration for the LED.

Public Attribute Documentation#

pin#

uint8_t sl_led_t::pin

Pin number associated with the LED.


port#

uint8_t sl_led_t::port

Port number where the LED is connected.


led_number#

uint8_t sl_led_t::led_number

Identifier for the LED.


pad#

uint8_t sl_led_t::pad

Pad configuration for the LED.