LEUART_Init_TypeDef Struct ReferenceEMLIB > LEUART

Initialization structure.

Definition at line 98 of file em_leuart.h.

#include <em_leuart.h>

Data Fields

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

Field Documentation

uint32_t LEUART_Init_TypeDef::baudrate

Desired baud rate.

Definition at line 109 of file em_leuart.h.

Referenced by BSP_BccInit(), LEUART_Init(), RETARGET_SerialInit(), and UARTDRV_InitLeuart().

LEUART_Databits_TypeDef LEUART_Init_TypeDef::databits

Number of data bits in frame.

Definition at line 112 of file em_leuart.h.

Referenced by LEUART_Init(), and UARTDRV_InitLeuart().

LEUART_Enable_TypeDef LEUART_Init_TypeDef::enable

Specifies whether TX and/or RX will be enabled when initialization completes.

Definition at line 100 of file em_leuart.h.

Referenced by LEUART_Init(), RETARGET_SerialInit(), and UARTDRV_InitLeuart().

LEUART_Parity_TypeDef LEUART_Init_TypeDef::parity

Parity mode to use.

Definition at line 115 of file em_leuart.h.

Referenced by LEUART_Init(), and UARTDRV_InitLeuart().

uint32_t LEUART_Init_TypeDef::refFreq

LEUART reference clock assumed when configuring baud rate setup. Set to 0 if using currently configured reference clock.

Definition at line 106 of file em_leuart.h.

Referenced by LEUART_Init().

LEUART_Stopbits_TypeDef LEUART_Init_TypeDef::stopbits

Number of stop bits to use.

Definition at line 118 of file em_leuart.h.

Referenced by LEUART_Init(), and UARTDRV_InitLeuart().


The documentation for this struct was generated from the following file:
  • C:/repos/super_h1/platform/emlib/inc/em_leuart.h