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

HAL_DSI_ERROR_PHY macro

PHY related errors

Syntax

#define HAL_DSI_ERROR_PHY 0x00000002U

References

LocationText
stm32f4xx_hal_dsi.h:850
#define HAL_DSI_ERROR_PHY 0x00000002U /*!< PHY related errors */
stm32f4xx_hal_dsi.c:525
if ((ActiveErrors & HAL_DSI_ERROR_PHY) != 0U)
stm32f4xx_hal_dsi.c:879
hdsi->ErrorCode |= HAL_DSI_ERROR_PHY;