1.8.7.27 1.25.6.27 1.26.5.27 1.27.5.27 1.28.6.27 1.36.7.26 1.41.5.27 1.42.3.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