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

HAL_DSI_ERROR_RX macro

Reception error

Syntax

#define HAL_DSI_ERROR_RX 0x00000008U

References

LocationText
stm32f4xx_hal_dsi.h:852
#define HAL_DSI_ERROR_RX 0x00000008U /*!< Reception error */
stm32f4xx_hal_dsi.c:537
if ((ActiveErrors & HAL_DSI_ERROR_RX) != 0U)
stm32f4xx_hal_dsi.c:889
hdsi->ErrorCode |= HAL_DSI_ERROR_RX;