Configuration parameters for the UART. More...
#include <iot_uart.h>
Data Fields | |
| uint32_t | ulBaudrate | 
| IotUARTParity_t | xParity | 
| IotUARTStopBits_t | xStopbits | 
| uint8_t | ucWordlength | 
| uint8_t | ucFlowControl | 
Configuration parameters for the UART.
The application will send the user configuration in the form of the following structure in ioctl.
| uint32_t IotUARTConfig_t::ulBaudrate | 
The baud rate to be set for the UART port.
| IotUARTParity_t IotUARTConfig_t::xParity | 
The parity to be set for the UART port, defined in IotUARTParity_t.
| IotUARTStopBits_t IotUARTConfig_t::xStopbits | 
The stop bits to be set for the UART port, defined in IotUARTStopBits_t.
| uint8_t IotUARTConfig_t::ucWordlength | 
The word length to be set for the UART port.
| uint8_t IotUARTConfig_t::ucFlowControl | 
The flow control to be set for the UART port: 0 is disabled and 1 is enabled.