Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
Container for an LED information specified in devicetree. More...
#include <led.h>
Data Fields | |
const struct device * | dev |
LED device instance. | |
uint32_t | index |
Index of the LED on the controller. | |
Container for an LED information specified in devicetree.
This type contains a pointer to and LED device and an LED index.
const struct device* led_dt_spec::dev |
LED device instance.
uint32_t led_dt_spec::index |
Index of the LED on the controller.