USART_InitAsync_TypeDef Struct Reference
[USART]

#include <em_usart.h>

Collaboration diagram for USART_InitAsync_TypeDef:
Collaboration graph
[legend]

Data Fields

USART_Enable_TypeDef enable
uint32_t refFreq
uint32_t baudrate
USART_OVS_TypeDef oversampling
USART_Databits_TypeDef databits
USART_Parity_TypeDef parity
USART_Stopbits_TypeDef stopbits

Detailed Description

Asynchronous mode init structure.

Definition at line 250 of file em_usart.h.


Field Documentation

Desired baudrate.

Definition at line 262 of file em_usart.h.

Referenced by USART_InitAsync().

Number of databits in frame. Notice that UART modules only support 8 or 9 databits.

Definition at line 269 of file em_usart.h.

Referenced by USART_InitAsync().

Specifies whether TX and/or RX shall be enabled when init completed.

Definition at line 253 of file em_usart.h.

Referenced by USART_InitAsync().

Oversampling used.

Definition at line 265 of file em_usart.h.

Referenced by USART_InitAsync().

Parity mode to use.

Definition at line 272 of file em_usart.h.

Referenced by USART_InitAsync().

USART/UART reference clock assumed when configuring baudrate setup. Set it to 0 if currently configurated reference clock shall be used.

Definition at line 259 of file em_usart.h.

Referenced by USART_InitAsync().

Number of stopbits to use.

Definition at line 275 of file em_usart.h.

Referenced by USART_InitAsync().


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