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

HAL_DSI_ERROR_GEN macro

Generic FIFO related errors

Syntax

#define HAL_DSI_ERROR_GEN 0x00000200U

References

LocationText
stm32f4xx_hal_dsi.h:858
#define HAL_DSI_ERROR_GEN 0x00000200U /*!< Generic FIFO related errors */
stm32f4xx_hal_dsi.c:573
if ((ActiveErrors & HAL_DSI_ERROR_GEN) != 0U)
stm32f4xx_hal_dsi.c:919
hdsi->ErrorCode |= HAL_DSI_ERROR_GEN;