FreeRTOS: Common I/O
AWS IoT Common I/O library
Return to main page ↑
IotUARTConfig_t Struct Reference

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
 

Detailed Description

Configuration parameters for the UART.

The application will send the user configuration in the form of the following structure in ioctl.

Field Documentation

◆ ulBaudrate

uint32_t IotUARTConfig_t::ulBaudrate

The baud rate to be set for the UART port.

◆ xParity

IotUARTParity_t IotUARTConfig_t::xParity

The parity to be set for the UART port, defined in IotUARTParity_t.

◆ xStopbits

IotUARTStopBits_t IotUARTConfig_t::xStopbits

The stop bits to be set for the UART port, defined in IotUARTStopBits_t.

◆ ucWordlength

uint8_t IotUARTConfig_t::ucWordlength

The word length to be set for the UART port.

◆ ucFlowControl

uint8_t IotUARTConfig_t::ucFlowControl

The flow control to be set for the UART port: 0 is disabled and 1 is enabled.


The documentation for this struct was generated from the following file: