Home
last modified time | relevance | path

Searched refs:HAL_DSI_ERROR_PBU (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c700 if ((ActiveErrors & HAL_DSI_ERROR_PBU) != 0U) in HAL_DSI_ConfigErrorMonitor()
1050 hdsi->ErrorCode |= HAL_DSI_ERROR_PBU; in HAL_DSI_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h877 #define HAL_DSI_ERROR_PBU 0x00000400U /*!< Payload Buffer Underflow error */ macro