STM32L486xx HAL User Manual
Defines
IRDA Flags
IRDA Exported Constants

Elements values convention: 0xXXXX. More...

Defines

#define IRDA_FLAG_REACK   USART_ISR_REACK
#define IRDA_FLAG_TEACK   USART_ISR_TEACK
#define IRDA_FLAG_BUSY   USART_ISR_BUSY
#define IRDA_FLAG_ABRF   USART_ISR_ABRF
#define IRDA_FLAG_ABRE   USART_ISR_ABRE
#define IRDA_FLAG_TXE   USART_ISR_TXE
#define IRDA_FLAG_TC   USART_ISR_TC
#define IRDA_FLAG_RXNE   USART_ISR_RXNE
#define IRDA_FLAG_ORE   USART_ISR_ORE
#define IRDA_FLAG_NE   USART_ISR_NE
#define IRDA_FLAG_FE   USART_ISR_FE
#define IRDA_FLAG_PE   USART_ISR_PE

Detailed Description

Elements values convention: 0xXXXX.


Define Documentation

#define IRDA_FLAG_ABRE   USART_ISR_ABRE

IRDA auto Baud rate error

Definition at line 423 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_ABRF   USART_ISR_ABRF

IRDA auto Baud rate flag

Definition at line 422 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_BUSY   USART_ISR_BUSY

IRDA busy flag

Definition at line 421 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_FE   USART_ISR_FE

IRDA frame error

Definition at line 437 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_NE   USART_ISR_NE

IRDA noise error

Definition at line 436 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_ORE   USART_ISR_ORE

IRDA overrun error

Definition at line 435 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_PE   USART_ISR_PE

IRDA parity error

Definition at line 438 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_REACK   USART_ISR_REACK

IRDA receive enable acknowledge flag

Definition at line 419 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_RXNE   USART_ISR_RXNE

IRDA read data register not empty

Definition at line 433 of file stm32l4xx_hal_irda.h.

Referenced by HAL_IRDA_Receive().

#define IRDA_FLAG_TC   USART_ISR_TC

IRDA transmission complete

Definition at line 429 of file stm32l4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit().

#define IRDA_FLAG_TEACK   USART_ISR_TEACK

IRDA transmit enable acknowledge flag

Definition at line 420 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_TXE   USART_ISR_TXE

IRDA transmit data register empty

Definition at line 427 of file stm32l4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit().