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

HAL_DSI_ERROR_CRC macro

CRC error

Syntax

#define HAL_DSI_ERROR_CRC 0x00000020U

References

LocationText
stm32f4xx_hal_dsi.h:854
#define HAL_DSI_ERROR_CRC 0x00000020U /*!< CRC error */
stm32f4xx_hal_dsi.c:549
if ((ActiveErrors & HAL_DSI_ERROR_CRC) != 0U)
stm32f4xx_hal_dsi.c:899
hdsi->ErrorCode |= HAL_DSI_ERROR_CRC;