![]() |
MT2523 API Reference
LinkIt SDK v4
|
This event structure presents the 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... | |
| bool | three_wire_mode |
| Enable or disable 3 wire mode. More... | |
| bool | single_a0_mode |
| Enable or disable single A0 mode. More... | |
| bool | cs_stay_low_mode |
| Enable or disable chip select stay low mode. More... | |
| bool | read_from_SDI |
| Read from the SDI or not. More... | |
| hal_display_lcd_interface_width_t | width |
| Serial interface width. More... | |
| hal_display_lcd_driving_current_t | driving_current |
| The driving current. More... | |
| bool | hw_cs |
| Enable or disable hardware(auto) chip select. More... | |
| hal_display_lcd_power_domain_t | power_domain |
| The output pin's power domain. More... | |
| bool | start_byte_mode |
| Enable or disable start byte mode. More... | |
This event structure presents the parameters of the serial interface.
| bool cs_stay_low_mode |
Enable or disable chip select stay low mode.
| hal_display_lcd_driving_current_t driving_current |
The driving current.
| bool hw_cs |
Enable or disable hardware(auto) chip select.
| hal_display_lcd_interface_port_t port_number |
The port number of the serial interface.
| hal_display_lcd_power_domain_t power_domain |
The output pin's power domain.
| bool read_from_SDI |
Read from the SDI or not.
| bool single_a0_mode |
Enable or disable single A0 mode.
| bool start_byte_mode |
Enable or disable start byte mode.
| bool three_wire_mode |
Enable or disable 3 wire mode.
Serial interface width.