![]() |
MT2523 API Reference
LinkIt SDK v4
|
This struct defines UART configure parameters. More...
#include <hal_uart.h>
Data Fields | |
| hal_uart_baudrate_t | baudrate |
| This field represents the baudrate of the UART frame. More... | |
| hal_uart_word_length_t | word_length |
| This field represents the word length of the UART frame. More... | |
| hal_uart_stop_bit_t | stop_bit |
| This field represents the stop bit of the UART frame. More... | |
| hal_uart_parity_t | parity |
| This field represents the parity of the UART frame. More... | |
This struct defines UART configure parameters.
| hal_uart_baudrate_t baudrate |
This field represents the baudrate of the UART frame.
| hal_uart_parity_t parity |
This field represents the parity of the UART frame.
| hal_uart_stop_bit_t stop_bit |
This field represents the stop bit of the UART frame.
| hal_uart_word_length_t word_length |
This field represents the word length of the UART frame.