HAL
DUMMY_DATA is only used within HAL.
 
Symbols
loading...
Files
loading...

DUMMY_DATA macro

Syntax

#define DUMMY_DATA 0xFFFFU

References

LocationText
stm32f4xx_hal_usart.c:216
#define DUMMY_DATA 0xFFFFU
stm32f4xx_hal_usart.c:879
husart->Instance->DR = (DUMMY_DATA & (uint16_t)0x0FF);
stm32f4xx_hal_usart.c:1162
husart->Instance->DR = (DUMMY_DATA & (uint16_t)0x01FF);
stm32f4xx_hal_usart.c:2622
husart->Instance->DR = (DUMMY_DATA & (uint16_t)0x0FF);