STM32L443xx 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 394 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_ABRF   USART_ISR_ABRF

IRDA auto Baud rate flag

Definition at line 393 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_BUSY   USART_ISR_BUSY

IRDA busy flag

Definition at line 392 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_FE   USART_ISR_FE

IRDA frame error

Definition at line 408 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_NE   USART_ISR_NE

IRDA noise error

Definition at line 407 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_ORE   USART_ISR_ORE

IRDA overrun error

Definition at line 406 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_PE   USART_ISR_PE

IRDA parity error

Definition at line 409 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_REACK   USART_ISR_REACK

IRDA receive enable acknowledge flag

Definition at line 390 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_RXNE   USART_ISR_RXNE

IRDA read data register not empty

Definition at line 404 of file stm32l4xx_hal_irda.h.

Referenced by HAL_IRDA_Receive().

#define IRDA_FLAG_TC   USART_ISR_TC

IRDA transmission complete

Definition at line 400 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 391 of file stm32l4xx_hal_irda.h.

#define IRDA_FLAG_TXE   USART_ISR_TXE

IRDA transmit data register empty

Definition at line 398 of file stm32l4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit().