STM32L443xx HAL User Manual
|
Elements values convention: 0xXXXX. More...
Defines | |
#define | UART_FLAG_REACK USART_ISR_REACK |
#define | UART_FLAG_TEACK USART_ISR_TEACK |
#define | UART_FLAG_WUF USART_ISR_WUF |
#define | UART_FLAG_RWU USART_ISR_RWU |
#define | UART_FLAG_SBKF USART_ISR_SBKF |
#define | UART_FLAG_CMF USART_ISR_CMF |
#define | UART_FLAG_BUSY USART_ISR_BUSY |
#define | UART_FLAG_ABRF USART_ISR_ABRF |
#define | UART_FLAG_ABRE USART_ISR_ABRE |
#define | UART_FLAG_RTOF USART_ISR_RTOF |
#define | UART_FLAG_CTS USART_ISR_CTS |
#define | UART_FLAG_CTSIF USART_ISR_CTSIF |
#define | UART_FLAG_LBDF USART_ISR_LBDF |
#define | UART_FLAG_TXE USART_ISR_TXE |
#define | UART_FLAG_TC USART_ISR_TC |
#define | UART_FLAG_RXNE USART_ISR_RXNE |
#define | UART_FLAG_IDLE USART_ISR_IDLE |
#define | UART_FLAG_ORE USART_ISR_ORE |
#define | UART_FLAG_NE USART_ISR_NE |
#define | UART_FLAG_FE USART_ISR_FE |
#define | UART_FLAG_PE USART_ISR_PE |
Elements values convention: 0xXXXX.
#define UART_FLAG_ABRE USART_ISR_ABRE |
UART auto Baud rate error
Definition at line 740 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_ABRF USART_ISR_ABRF |
UART auto Baud rate flag
Definition at line 739 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_BUSY USART_ISR_BUSY |
UART busy flag
Definition at line 738 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_CMF USART_ISR_CMF |
UART character match flag
Definition at line 737 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_CTS USART_ISR_CTS |
UART clear to send flag
Definition at line 742 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_CTSIF USART_ISR_CTSIF |
UART clear to send interrupt flag
Definition at line 743 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_FE USART_ISR_FE |
UART frame error
Definition at line 761 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_IDLE USART_ISR_IDLE |
UART idle flag
Definition at line 758 of file stm32l4xx_hal_uart.h.
Referenced by HAL_UARTEx_ReceiveToIdle(), UART_RxISR_16BIT(), and UART_RxISR_8BIT().
#define UART_FLAG_LBDF USART_ISR_LBDF |
UART LIN break detection flag
Definition at line 744 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_NE USART_ISR_NE |
UART noise error
Definition at line 760 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_ORE USART_ISR_ORE |
UART overrun error
Definition at line 759 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_PE USART_ISR_PE |
UART parity error
Definition at line 762 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_REACK USART_ISR_REACK |
UART receive enable acknowledge flag
Definition at line 732 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_RTOF USART_ISR_RTOF |
UART receiver timeout flag
Definition at line 741 of file stm32l4xx_hal_uart.h.
Referenced by UART_WaitOnFlagUntilTimeout().
#define UART_FLAG_RWU USART_ISR_RWU |
UART receiver wake-up from mute mode flag
Definition at line 735 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_RXNE USART_ISR_RXNE |
UART read data register not empty
Definition at line 756 of file stm32l4xx_hal_uart.h.
Referenced by HAL_UART_Receive(), and HAL_UARTEx_ReceiveToIdle().
#define UART_FLAG_SBKF USART_ISR_SBKF |
UART send break flag
Definition at line 736 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_TC USART_ISR_TC |
UART transmission complete
Definition at line 751 of file stm32l4xx_hal_uart.h.
Referenced by HAL_UART_Transmit().
#define UART_FLAG_TEACK USART_ISR_TEACK |
UART transmit enable acknowledge flag
Definition at line 733 of file stm32l4xx_hal_uart.h.
#define UART_FLAG_TXE USART_ISR_TXE |
UART transmit data register empty
Definition at line 749 of file stm32l4xx_hal_uart.h.
Referenced by HAL_UART_Transmit().
#define UART_FLAG_WUF USART_ISR_WUF |
UART wake-up from stop mode flag
Definition at line 734 of file stm32l4xx_hal_uart.h.