Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
auxdisplay_custom_data Struct Reference

Structure for a custom command. More...

#include <auxdisplay.h>

Data Fields

uint8_tdata
 Raw command data to be sent.
 
uint16_t len
 Length of supplied data.
 
uint32_t options
 Display-driver specific options for command.
 

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: