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