| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Structure for a custom command. More...
#include <auxdisplay.h>
| Data Fields | |
| uint8_t * | data | 
| Raw command data to be sent. | |
| uint16_t | len | 
| Length of supplied data. | |
| uint32_t | options | 
| Display-driver specific options for command. | |
Structure for a custom command.
This may be extended by specific drivers.
| uint8_t* auxdisplay_custom_data::data | 
Raw command data to be sent.
| uint16_t auxdisplay_custom_data::len | 
Length of supplied data.
| uint32_t auxdisplay_custom_data::options | 
Display-driver specific options for command.