1.8.7.34 1.25.6.34 1.26.5.34 1.27.5.34 1.28.6.34 1.41.5.34 1.42.3.34 FLEXCOM_IRDA_DIR Enum
C
/* IRDA mode */
typedef enum
{
FLEXCOM_IRDA_DIR_TRANSMIT = 0,
FLEXCOM_IRDA_DIR_RECEIVE,
} FLEXCOM_IRDA_DIR;
Summary
Defines the data type for IRDA direction.
Description
Defines the data type for IRDA direction and can be used with the FLEXCOMx_USART_IrDA_DirectionSet API to set the IRDA direction
Remarks
None