1.26.5.27 USART_SERIAL_SETUP Struct

C

/* Blocking, non-blocking and ring buffer mode */

typedef struct
{
    uint32_t baudRate;
    FLEXCOM_USART_DATA dataWidth;
    FLEXCOM_USART_PARITY parity;
    FLEXCOM_USART_STOP stopBits;

} FLEXCOM_USART_SERIAL_SETUP;

Summary

Defines the data structure which is used to configure USART serial parameters at run time

Description

This may be used to set the serial configurations for USART. An object of this structure is passed as a parameter to the FLEXCOMx_USART_SerialSetup API.

Remarks

None