STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | UART_FLAG_CTS ((uint32_t)USART_SR_CTS) |
#define | UART_FLAG_LBD ((uint32_t)USART_SR_LBD) |
#define | UART_FLAG_TXE ((uint32_t)USART_SR_TXE) |
#define | UART_FLAG_TC ((uint32_t)USART_SR_TC) |
#define | UART_FLAG_RXNE ((uint32_t)USART_SR_RXNE) |
#define | UART_FLAG_IDLE ((uint32_t)USART_SR_IDLE) |
#define | UART_FLAG_ORE ((uint32_t)USART_SR_ORE) |
#define | UART_FLAG_NE ((uint32_t)USART_SR_NE) |
#define | UART_FLAG_FE ((uint32_t)USART_SR_FE) |
#define | UART_FLAG_PE ((uint32_t)USART_SR_PE) |
Elements values convention: 0xXXXX
#define UART_FLAG_CTS ((uint32_t)USART_SR_CTS) |
#include <stm32f4xx_hal_uart.h>
Definition at line 359 of file stm32f4xx_hal_uart.h.
#define UART_FLAG_LBD ((uint32_t)USART_SR_LBD) |
#include <stm32f4xx_hal_uart.h>
Definition at line 360 of file stm32f4xx_hal_uart.h.
#define UART_FLAG_TXE ((uint32_t)USART_SR_TXE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 361 of file stm32f4xx_hal_uart.h.
Referenced by HAL_UART_Transmit(), and UART_WaitOnFlagUntilTimeout().
#define UART_FLAG_TC ((uint32_t)USART_SR_TC) |
#include <stm32f4xx_hal_uart.h>
Definition at line 362 of file stm32f4xx_hal_uart.h.
Referenced by HAL_UART_Transmit(), HAL_UART_Transmit_DMA(), and UART_WaitOnFlagUntilTimeout().
#define UART_FLAG_RXNE ((uint32_t)USART_SR_RXNE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 363 of file stm32f4xx_hal_uart.h.
Referenced by HAL_UART_Receive(), and HAL_UARTEx_ReceiveToIdle().
#define UART_FLAG_IDLE ((uint32_t)USART_SR_IDLE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 364 of file stm32f4xx_hal_uart.h.
Referenced by HAL_UARTEx_ReceiveToIdle(), and UART_Receive_IT().
#define UART_FLAG_ORE ((uint32_t)USART_SR_ORE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 365 of file stm32f4xx_hal_uart.h.
Referenced by UART_WaitOnFlagUntilTimeout().
#define UART_FLAG_NE ((uint32_t)USART_SR_NE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 366 of file stm32f4xx_hal_uart.h.
#define UART_FLAG_FE ((uint32_t)USART_SR_FE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 367 of file stm32f4xx_hal_uart.h.
#define UART_FLAG_PE ((uint32_t)USART_SR_PE) |
#include <stm32f4xx_hal_uart.h>
Definition at line 368 of file stm32f4xx_hal_uart.h.