![]() |
MT2523 API Reference
LinkIt SDK v4
|
This event structure presents the timing 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 serial interface. More... | |
| uint32_t | css |
| Set the width of chip select setup time. More... | |
| uint32_t | csh |
| Set the width of chip select hold time. More... | |
| uint32_t | rd_low |
| Set the low width of the output clock while receiving data. More... | |
| uint32_t | rd_high |
| Set the high width of the output clock while receiving data. More... | |
| uint32_t | wr_low |
| Set the low width of the output clock while sending data. More... | |
| uint32_t | wr_high |
| Set the high width of the output clock while sending data. More... | |
| hal_display_lcd_interface_clock_t | clock_freq |
| The frequency of input clock to the LCD engine to set. More... | |
This event structure presents the timing parameters of the serial interface .
| hal_display_lcd_interface_clock_t clock_freq |
The frequency of input clock to the LCD engine to set.
| uint32_t csh |
Set the width of chip select hold time.
| uint32_t css |
Set the width of chip select setup time.
| hal_display_lcd_interface_port_t port_number |
The port number of serial interface.
| uint32_t rd_high |
Set the high width of the output clock while receiving data.
| uint32_t rd_low |
Set the low width of the output clock while receiving data.
| uint32_t wr_high |
Set the high width of the output clock while sending data.
| uint32_t wr_low |
Set the low width of the output clock while sending data.