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

HAL_DSI_ERROR_PSE macro

Packet Size error

Syntax

#define HAL_DSI_ERROR_PSE 0x00000040U

References

LocationText
stm32f4xx_hal_dsi.h:855
#define HAL_DSI_ERROR_PSE 0x00000040U /*!< Packet Size error */
stm32f4xx_hal_dsi.c:555
if ((ActiveErrors & HAL_DSI_ERROR_PSE) != 0U)
stm32f4xx_hal_dsi.c:904
hdsi->ErrorCode |= HAL_DSI_ERROR_PSE;