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 325 of file em_usart.h.


Field Documentation

Desired baudrate.

Definition at line 337 of file em_usart.h.

Referenced by USART_InitSync().

Clock polarity/phase mode.

Definition at line 349 of file em_usart.h.

Referenced by USART_InitSync().

Number of databits in frame.

Definition at line 340 of file em_usart.h.

Referenced by USART_InitSync().

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

Definition at line 328 of file em_usart.h.

Referenced by USART_InitSync().

Select if to operate in master or slave mode.

Definition at line 343 of file em_usart.h.

Referenced by USART_InitSync().

Select if to send most or least significant bit first.

Definition at line 346 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 334 of file em_usart.h.

Referenced by USART_InitSync().


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