Zephyr Project API  3.4.0
A Scalable Open Source RTOS
auxdisplay_custom_data Struct Reference

Structure for a custom command. This may be extended by specific drivers. More...

#include <auxdisplay.h>

Data Fields

uint8_tdata
 
uint16_t len
 
uint32_t options
 

Detailed Description

Structure for a custom command. This may be extended by specific drivers.

Field Documentation

◆ data

uint8_t* auxdisplay_custom_data::data

Raw command data to be sent

◆ len

uint16_t auxdisplay_custom_data::len

Length of supplied data

◆ options

uint32_t auxdisplay_custom_data::options

Display-driver specific options for command


The documentation for this struct was generated from the following file: