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

HAL_DSI_ERROR_ACK macro

Acknowledge errors

Syntax

#define HAL_DSI_ERROR_ACK 0x00000001U

References

LocationText
stm32f4xx_hal_dsi.h:849
#define HAL_DSI_ERROR_ACK 0x00000001U /*!< Acknowledge errors */
stm32f4xx_hal_dsi.c:519
if ((ActiveErrors & HAL_DSI_ERROR_ACK) != 0U)
stm32f4xx_hal_dsi.c:874
hdsi->ErrorCode |= HAL_DSI_ERROR_ACK;