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.
Definition at line
94
of file platform/emlib/inc/em_leuart.h
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.
Definition at line
100
of file platform/emlib/inc/em_leuart.h
baudrate#
uint32_t LEUART_Init_TypeDef::baudrate
Desired baud rate.
Definition at line
103
of file platform/emlib/inc/em_leuart.h
databits#
LEUART_Databits_TypeDef LEUART_Init_TypeDef::databits
Number of data bits in frame.
Definition at line
106
of file platform/emlib/inc/em_leuart.h
parity#
LEUART_Parity_TypeDef LEUART_Init_TypeDef::parity
Parity mode to use.
Definition at line
109
of file platform/emlib/inc/em_leuart.h
stopbits#
LEUART_Stopbits_TypeDef LEUART_Init_TypeDef::stopbits
Number of stop bits to use.
Definition at line
112
of file platform/emlib/inc/em_leuart.h