USART_InitSync_TypeDef Struct Reference
[USART]

#include <em_usart.h>

Collaboration diagram for USART_InitSync_TypeDef:
Collaboration graph
[legend]

Data Fields

USART_Enable_TypeDef enable
uint32_t refFreq
uint32_t baudrate
USART_Databits_TypeDef databits
bool master
bool msbf
USART_ClockMode_TypeDef clockMode

Detailed Description

Synchronous mode init structure.

Definition at line 347 of file em_usart.h.


Field Documentation

Desired baudrate.

Definition at line 359 of file em_usart.h.

Referenced by USART_InitSync().

Clock polarity/phase mode.

Definition at line 371 of file em_usart.h.

Referenced by USART_InitSync().

Number of databits in frame.

Definition at line 362 of file em_usart.h.

Referenced by USART_InitSync().

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

Definition at line 350 of file em_usart.h.

Referenced by USART_InitSync().

Select if to operate in master or slave mode.

Definition at line 365 of file em_usart.h.

Referenced by USART_InitSync().

Select if to send most or least significant bit first.

Definition at line 368 of file em_usart.h.

Referenced by USART_InitSync().

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

Definition at line 356 of file em_usart.h.

Referenced by USART_InitSync().


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