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

HAL_DSI_ERROR_ECC macro

ECC errors

Syntax

#define HAL_DSI_ERROR_ECC 0x00000010U

References

LocationText
stm32f4xx_hal_dsi.h:853
#define HAL_DSI_ERROR_ECC 0x00000010U /*!< ECC errors */
stm32f4xx_hal_dsi.c:543
if ((ActiveErrors & HAL_DSI_ERROR_ECC) != 0U)
stm32f4xx_hal_dsi.c:894
hdsi->ErrorCode |= HAL_DSI_ERROR_ECC;