Lines Matching refs:ActiveErrors
629 HAL_StatusTypeDef HAL_DSI_ConfigErrorMonitor(DSI_HandleTypeDef *hdsi, uint32_t ActiveErrors) in HAL_DSI_ConfigErrorMonitor() argument
638 hdsi->ErrorMsk = ActiveErrors; in HAL_DSI_ConfigErrorMonitor()
640 if ((ActiveErrors & HAL_DSI_ERROR_ACK) != 0U) in HAL_DSI_ConfigErrorMonitor()
646 if ((ActiveErrors & HAL_DSI_ERROR_PHY) != 0U) in HAL_DSI_ConfigErrorMonitor()
652 if ((ActiveErrors & HAL_DSI_ERROR_TX) != 0U) in HAL_DSI_ConfigErrorMonitor()
658 if ((ActiveErrors & HAL_DSI_ERROR_RX) != 0U) in HAL_DSI_ConfigErrorMonitor()
664 if ((ActiveErrors & HAL_DSI_ERROR_ECC) != 0U) in HAL_DSI_ConfigErrorMonitor()
670 if ((ActiveErrors & HAL_DSI_ERROR_CRC) != 0U) in HAL_DSI_ConfigErrorMonitor()
676 if ((ActiveErrors & HAL_DSI_ERROR_PSE) != 0U) in HAL_DSI_ConfigErrorMonitor()
682 if ((ActiveErrors & HAL_DSI_ERROR_EOT) != 0U) in HAL_DSI_ConfigErrorMonitor()
688 if ((ActiveErrors & HAL_DSI_ERROR_OVF) != 0U) in HAL_DSI_ConfigErrorMonitor()
694 if ((ActiveErrors & HAL_DSI_ERROR_GEN) != 0U) in HAL_DSI_ConfigErrorMonitor()
700 if ((ActiveErrors & HAL_DSI_ERROR_PBU) != 0U) in HAL_DSI_ConfigErrorMonitor()