EUSART_DaliInit_TypeDef Struct Reference

DALI Initialization structure.

#include <em_eusart.h>

Data Fields

EUSART_UartInit_TypeDef init
 General EUSART initialization structure.
 
bool daliLowFrequencyEnable
 Enable the DALI low frequency mode.
 
EUSART_DaliTxDatabits_TypeDef TXdatabits
 Number of TX data bits in frame.
 
EUSART_DaliRxDatabits_TypeDef RXdatabits
 Number of RX data bits in frame.
 

DALI Initialization structure.

Field Documentation

◆ init

EUSART_UartInit_TypeDef EUSART_DaliInit_TypeDef::init

General EUSART initialization structure.

◆ daliLowFrequencyEnable

bool EUSART_DaliInit_TypeDef::daliLowFrequencyEnable

Enable the DALI low frequency mode.

◆ TXdatabits

EUSART_DaliTxDatabits_TypeDef EUSART_DaliInit_TypeDef::TXdatabits

Number of TX data bits in frame.

◆ RXdatabits

EUSART_DaliRxDatabits_TypeDef EUSART_DaliInit_TypeDef::RXdatabits

Number of RX data bits in frame.