|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
LED information structure. More...
#include <led.h>
Data Fields | |
| const char * | label |
| LED label. | |
| uint32_t | index |
| Index of the LED on the controller. | |
| uint8_t | num_colors |
| Number of colors per LED. | |
| const uint8_t * | color_mapping |
| Mapping of the LED colors. | |
LED information structure.
This structure gathers useful information about LED controller.
| const uint8_t* led_info::color_mapping |
Mapping of the LED colors.
| uint32_t led_info::index |
Index of the LED on the controller.
| const char* led_info::label |
LED label.
| uint8_t led_info::num_colors |
Number of colors per LED.