Initialization structure.

Public Attributes#

Specifies whether TX and/or RX will be enabled when initialization completes.

uint32_t

LEUART reference clock assumed when configuring baud rate setup.

uint32_t

Desired baud rate.

Number of data bits in frame.

Parity mode to use.

Number of stop bits to use.

Public Attribute Documentation#

enable#

LEUART_Enable_TypeDef LEUART_Init_TypeDef::enable

Specifies whether TX and/or RX will be enabled when initialization completes.


refFreq#

uint32_t LEUART_Init_TypeDef::refFreq

LEUART reference clock assumed when configuring baud rate setup.

Set to 0 if using currently configured reference clock.


baudrate#

uint32_t LEUART_Init_TypeDef::baudrate

Desired baud rate.


databits#

LEUART_Databits_TypeDef LEUART_Init_TypeDef::databits

Number of data bits in frame.


parity#

LEUART_Parity_TypeDef LEUART_Init_TypeDef::parity

Parity mode to use.


stopbits#

LEUART_Stopbits_TypeDef LEUART_Init_TypeDef::stopbits

Number of stop bits to use.