Initialization structure.
Definition at line
97
of file
em_leuart.h
.
#include <
em_leuart.h
>
Data Fields |
|
uint32_t | baudrate |
LEUART_Databits_TypeDef | databits |
LEUART_Enable_TypeDef | enable |
LEUART_Parity_TypeDef | parity |
uint32_t | refFreq |
LEUART_Stopbits_TypeDef | stopbits |
Field Documentation
uint32_t LEUART_Init_TypeDef::baudrate |
Desired baud rate.
Definition at line
108
of file
em_leuart.h
.
Referenced by BSP_BccInit() , LEUART_Init() , RETARGET_SerialInit() , and UARTDRV_InitLeuart() .
LEUART_Databits_TypeDef LEUART_Init_TypeDef::databits |
Number of data bits in frame.
Definition at line
111
of file
em_leuart.h
.
Referenced by LEUART_Init() , and UARTDRV_InitLeuart() .
LEUART_Enable_TypeDef LEUART_Init_TypeDef::enable |
Specifies whether TX and/or RX will be enabled when initialization completes.
Definition at line
99
of file
em_leuart.h
.
Referenced by LEUART_Init() , RETARGET_SerialInit() , and UARTDRV_InitLeuart() .
LEUART_Parity_TypeDef LEUART_Init_TypeDef::parity |
Parity mode to use.
Definition at line
114
of file
em_leuart.h
.
Referenced by LEUART_Init() , and UARTDRV_InitLeuart() .
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
105
of file
em_leuart.h
.
Referenced by LEUART_Init() .
LEUART_Stopbits_TypeDef LEUART_Init_TypeDef::stopbits |
Number of stop bits to use.
Definition at line
117
of file
em_leuart.h
.
Referenced by LEUART_Init() , and UARTDRV_InitLeuart() .
The documentation for this struct was generated from the following file:
-
C:/HandsOn/super/platform/emlib/inc/
em_leuart.h