#include <em_leuart.h>
Data Fields | |
LEUART_Enable_TypeDef | enable |
uint32_t | refFreq |
uint32_t | baudrate |
LEUART_Databits_TypeDef | databits |
LEUART_Parity_TypeDef | parity |
LEUART_Stopbits_TypeDef | stopbits |
Init structure.
Definition at line 108 of file em_leuart.h.
uint32_t LEUART_Init_TypeDef::baudrate |
Number of databits in frame.
Definition at line 123 of file em_leuart.h.
Referenced by LEUART_Init().
Specifies whether TX and/or RX shall be enabled when init completed.
Definition at line 111 of file em_leuart.h.
Referenced by LEUART_Init().
uint32_t LEUART_Init_TypeDef::refFreq |
LEUART reference clock assumed when configuring baudrate setup. Set it to 0 if currently configurated reference clock shall be used.
Definition at line 117 of file em_leuart.h.
Referenced by LEUART_Init().