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

HAL_DSI_ERROR_OVF macro

FIFO overflow error

Syntax

#define HAL_DSI_ERROR_OVF 0x00000100U

References

LocationText
stm32f4xx_hal_dsi.h:857
#define HAL_DSI_ERROR_OVF 0x00000100U /*!< FIFO overflow error */
stm32f4xx_hal_dsi.c:567
if ((ActiveErrors & HAL_DSI_ERROR_OVF) != 0U)
stm32f4xx_hal_dsi.c:914
hdsi->ErrorCode |= HAL_DSI_ERROR_OVF;