Searched refs:ActiveErrors (Results 1 – 2 of 2) sorted by relevance
438 HAL_StatusTypeDef HAL_DSI_ConfigErrorMonitor(DSI_HandleTypeDef *hdsi, uint32_t ActiveErrors) in HAL_DSI_ConfigErrorMonitor() argument447 hdsi->ErrorMsk = ActiveErrors; in HAL_DSI_ConfigErrorMonitor()449 if((ActiveErrors & HAL_DSI_ERROR_ACK) != 0U) in HAL_DSI_ConfigErrorMonitor()455 if((ActiveErrors & HAL_DSI_ERROR_PHY) != 0U) in HAL_DSI_ConfigErrorMonitor()461 if((ActiveErrors & HAL_DSI_ERROR_TX) != 0U) in HAL_DSI_ConfigErrorMonitor()467 if((ActiveErrors & HAL_DSI_ERROR_RX) != 0U) in HAL_DSI_ConfigErrorMonitor()473 if((ActiveErrors & HAL_DSI_ERROR_ECC) != 0U) in HAL_DSI_ConfigErrorMonitor()479 if((ActiveErrors & HAL_DSI_ERROR_CRC) != 0U) in HAL_DSI_ConfigErrorMonitor()485 if((ActiveErrors & HAL_DSI_ERROR_PSE) != 0U) in HAL_DSI_ConfigErrorMonitor()491 if((ActiveErrors & HAL_DSI_ERROR_EOT) != 0U) in HAL_DSI_ConfigErrorMonitor()[all …]
1186 HAL_StatusTypeDef HAL_DSI_ConfigErrorMonitor(DSI_HandleTypeDef *hdsi, uint32_t ActiveErrors);