STM32L486xx HAL User Manual
Defines
IRDA State
IRDA Exported Constants

Defines

#define IRDA_STATE_DISABLE   0x00000000U
#define IRDA_STATE_ENABLE   USART_CR1_UE

Define Documentation

#define IRDA_STATE_DISABLE   0x00000000U

IRDA disabled

Definition at line 362 of file stm32l4xx_hal_irda.h.

#define IRDA_STATE_ENABLE   USART_CR1_UE

IRDA enabled

Definition at line 363 of file stm32l4xx_hal_irda.h.