HAL + 0/4 examples
CodeScope will show references to __HAL_UART_FLUSH_DRREGISTER from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
IAP
STM32469I_EVAL
Applications
IAP
STM324x9I_EVAL
Applications
IAP
STM324xG_EVAL
Applications
IAP
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__HAL_UART_FLUSH_DRREGISTER

__HAL_UART_FLUSH_DRREGISTER macro

Flushes the UART DR register

Syntax

#define __HAL_UART_FLUSH_DRREGISTER(__HANDLE__) ((__HANDLE__)->Instance->DR)

Arguments

__HANDLE__

specifies the UART Handle. UART Handle selects the USARTx or UARTy peripheral (USART,UART availability and x,y values depending on device).

Examples

__HAL_UART_FLUSH_DRREGISTER is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_uart.h:450
#define __HAL_UART_FLUSH_DRREGISTER(__HANDLE__) ((__HANDLE__)->Instance->DR)