![]() |
MT2523 API Reference
LinkIt SDK v4
|
Data Structures | |
| struct | serial_port_write_data_t |
| This structure defines the data structure for using SERIAL_PORT_CMD_WRITE_DATA to write data to the serial port. More... | |
| struct | serial_port_read_data_t |
| This structure defines the data structure for using SERIAL_PORT_CMD_READ_DATA to read data from the serial port. More... | |
| struct | serial_port_get_write_avail_t |
| This structure indicates current available space to put the transmit data in when using #SERIAL_PORT_CMD_UART_GET_WRITE_AVAIL. More... | |
| struct | serial_port_get_read_avail_t |
| This structure indicates current available data received when using #SERIAL_PORT_CMD_UART_GET_READ_AVAIL. More... | |
| struct | serial_port_open_para_t |
| This defines the data structure that calls serial_port_open() to open a Serial Port Service device. More... | |
| struct | serial_port_assign_t |
| This defines the data structure for communications between the serial port device and its user. More... | |
| struct | serial_port_setting_uart_t |
| This structure is for configuring baud rate for UART device. More... | |
| union | serial_port_dev_setting_t |
| This structure is for configuring a device in the Serial Port Service. More... | |
| union | serial_port_ctrl_para_t |
| This structure defines the data structure for each command in serial_port_ctrl_cmd_t. More... | |