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

HAL_DSI_ERROR_EOT macro

End Of Transmission error

Syntax

#define HAL_DSI_ERROR_EOT 0x00000080U

References

LocationText
stm32f4xx_hal_dsi.h:856
#define HAL_DSI_ERROR_EOT 0x00000080U /*!< End Of Transmission error */
stm32f4xx_hal_dsi.c:561
if ((ActiveErrors & HAL_DSI_ERROR_EOT) != 0U)
stm32f4xx_hal_dsi.c:909
hdsi->ErrorCode |= HAL_DSI_ERROR_EOT;