![]() |
MT2523 API Reference
LinkIt SDK v4
|
This event structure presents the start byte mode parameters of the serial interface. More...
#include <hal_display_lcd.h>
Data Fields | |
| hal_display_lcd_interface_port_t | port_number |
| The port number of the serial interface. More... | |
| hal_display_lcd_interface_start_byte_width_t | start_byte_width |
| The start byte width. More... | |
| uint32_t | byte_switch |
| The start byte mode. More... | |
| uint32_t | wr_start_byte |
| The first start byte setting in sending data/command to the LCM. More... | |
| uint32_t | wr_start_byte2 |
| The second start byte setting in sending data/command to the LCM. More... | |
| uint32_t | rd_start_byte |
| The start byte setting in receiving data from the LCM. More... | |
This event structure presents the start byte mode parameters of the serial interface.
| uint32_t byte_switch |
The start byte mode.
| hal_display_lcd_interface_port_t port_number |
The port number of the serial interface.
| uint32_t rd_start_byte |
The start byte setting in receiving data from the LCM.
| hal_display_lcd_interface_start_byte_width_t start_byte_width |
The start byte width.
| uint32_t wr_start_byte |
The first start byte setting in sending data/command to the LCM.
| uint32_t wr_start_byte2 |
The second start byte setting in sending data/command to the LCM.