LEUART_Init_TypeDef Struct Reference
[LEUART]

#include <em_leuart.h>

Collaboration diagram for LEUART_Init_TypeDef:
Collaboration graph
[legend]

Data Fields

LEUART_Enable_TypeDef enable
uint32_t refFreq
uint32_t baudrate
LEUART_Databits_TypeDef databits
LEUART_Parity_TypeDef parity
LEUART_Stopbits_TypeDef stopbits

Detailed Description

Init structure.

Definition at line 108 of file em_leuart.h.


Field Documentation

Desired baudrate.

Definition at line 120 of file em_leuart.h.

Referenced by LEUART_Init().

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().

Parity mode to use.

Definition at line 126 of file em_leuart.h.

Referenced by LEUART_Init().

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().

Number of stopbits to use.

Definition at line 129 of file em_leuart.h.

Referenced by LEUART_Init().


The documentation for this struct was generated from the following file: