IrDA Initialization structure.

Public Attributes#

General EUSART initialization structure.

bool

Enable the IrDA low frequency mode. Only RX operation are enabled.

Set to enable filter on IrDA demodulator.

Configure the pulse width generated by the IrDA modulator as a fraction of the configured EUSART bit period.

Public Attribute Documentation#

init#

EUSART_UartInit_TypeDef EUSART_IrDAInit_TypeDef::init

General EUSART initialization structure.


Definition at line 502 of file platform/emlib/inc/em_eusart.h

irDALowFrequencyEnable#

bool EUSART_IrDAInit_TypeDef::irDALowFrequencyEnable

Enable the IrDA low frequency mode. Only RX operation are enabled.


Definition at line 505 of file platform/emlib/inc/em_eusart.h

irDARxFilterEnable#

EUSART_IrDARxFilterEnable_TypeDef EUSART_IrDAInit_TypeDef::irDARxFilterEnable

Set to enable filter on IrDA demodulator.


Definition at line 508 of file platform/emlib/inc/em_eusart.h

irDAPulseWidth#

EUSART_IrDAPulseWidth_Typedef EUSART_IrDAInit_TypeDef::irDAPulseWidth

Configure the pulse width generated by the IrDA modulator as a fraction of the configured EUSART bit period.


Definition at line 512 of file platform/emlib/inc/em_eusart.h