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

HAL_DSI_ERROR_NONE macro

Syntax

#define HAL_DSI_ERROR_NONE 0U

References

LocationText
stm32f4xx_hal_dsi.h:848
#define HAL_DSI_ERROR_NONE 0U
stm32f4xx_hal_dsi.c:435
hdsi->ErrorCode = HAL_DSI_ERROR_NONE;
stm32f4xx_hal_dsi.c:489
hdsi->ErrorCode = HAL_DSI_ERROR_NONE;
stm32f4xx_hal_dsi.c:923
if (hdsi->ErrorCode != HAL_DSI_ERROR_NONE)