EZR32 Leopard Gecko Software Documentation
ezr32lg-doc-4.2.1
|
#include <em_usart.h>
Data Fields | |
USART_InitAsync_TypeDef | async |
bool | irRxInv |
bool | irFilt |
USART_IrDAPw_Typedef | irPw |
bool | irPrsEn |
USART_IrDAPrsSel_Typedef | irPrsSel |
IrDA mode init structure. Inherited from asynchronous mode init structure
Definition at line 470 of file em_usart.h.
USART_InitAsync_TypeDef USART_InitIrDA_TypeDef::async |
General Async initialization structure.
Definition at line 473 of file em_usart.h.
bool USART_InitIrDA_TypeDef::irRxInv |
Set to invert Rx signal before IrDA demodulator.
Definition at line 476 of file em_usart.h.
bool USART_InitIrDA_TypeDef::irFilt |
Set to enable filter on IrDA demodulator.
Definition at line 479 of file em_usart.h.
USART_IrDAPw_Typedef USART_InitIrDA_TypeDef::irPw |
Configure the pulse width generated by the IrDA modulator as a fraction of the configured USART bit period.
Definition at line 483 of file em_usart.h.
bool USART_InitIrDA_TypeDef::irPrsEn |
Enable the PRS channel selected by irPrsSel as input to IrDA module instead of TX.
Definition at line 487 of file em_usart.h.
USART_IrDAPrsSel_Typedef USART_InitIrDA_TypeDef::irPrsSel |
A PRS can be used as input to the pulse modulator instead of TX. This value selects the channel to use.
Definition at line 491 of file em_usart.h.