Lines Matching refs:ActiveErrors
543 HAL_StatusTypeDef HAL_DSI_ConfigErrorMonitor(DSI_HandleTypeDef *hdsi, uint32_t ActiveErrors) in HAL_DSI_ConfigErrorMonitor() argument
552 hdsi->ErrorMsk = ActiveErrors; in HAL_DSI_ConfigErrorMonitor()
554 if ((ActiveErrors & HAL_DSI_ERROR_ACK) != 0U) in HAL_DSI_ConfigErrorMonitor()
560 if ((ActiveErrors & HAL_DSI_ERROR_PHY) != 0U) in HAL_DSI_ConfigErrorMonitor()
566 if ((ActiveErrors & HAL_DSI_ERROR_TX) != 0U) in HAL_DSI_ConfigErrorMonitor()
572 if ((ActiveErrors & HAL_DSI_ERROR_RX) != 0U) in HAL_DSI_ConfigErrorMonitor()
578 if ((ActiveErrors & HAL_DSI_ERROR_ECC) != 0U) in HAL_DSI_ConfigErrorMonitor()
584 if ((ActiveErrors & HAL_DSI_ERROR_CRC) != 0U) in HAL_DSI_ConfigErrorMonitor()
590 if ((ActiveErrors & HAL_DSI_ERROR_PSE) != 0U) in HAL_DSI_ConfigErrorMonitor()
596 if ((ActiveErrors & HAL_DSI_ERROR_EOT) != 0U) in HAL_DSI_ConfigErrorMonitor()
602 if ((ActiveErrors & HAL_DSI_ERROR_OVF) != 0U) in HAL_DSI_ConfigErrorMonitor()
608 if ((ActiveErrors & HAL_DSI_ERROR_GEN) != 0U) in HAL_DSI_ConfigErrorMonitor()