Structure representing an LED configuration.
This structure contains the configuration parameters for an LED, including the port and pin numbers, as well as an identifier for the LED. It is used to initialize and control the LED hardware.
Public Attributes#
uint8_t
Pin number of the LED.
uint8_t
Port number of the LED.
uint8_t
LED number for identification.
Public Attribute Documentation#
pin#
uint8_t sl_led_t::pin
Pin number of the LED.
Definition at line
39
of file components/device/silabs/si91x/mcu/drivers/hardware_drivers/led/inc/sl_si91x_led.h
port#
uint8_t sl_led_t::port
Port number of the LED.
Definition at line
40
of file components/device/silabs/si91x/mcu/drivers/hardware_drivers/led/inc/sl_si91x_led.h
led_number#
uint8_t sl_led_t::led_number
LED number for identification.
Definition at line
41
of file components/device/silabs/si91x/mcu/drivers/hardware_drivers/led/inc/sl_si91x_led.h