Searched refs:CEC_ESR_ALL_ERROR (Results 1 – 1 of 1) sorted by relevance
134 #define CEC_ESR_ALL_ERROR (CEC_ESR_BTE|CEC_ESR_BPE|CEC_ESR_RBTFE|CEC_ESR_SBE|CEC_ESR_ACKE|CEC_ESR_L… macro744 hcec->ErrorCode = READ_BIT(hcec->Instance->ESR, CEC_ESR_ALL_ERROR); in HAL_CEC_IRQHandler()765 if ((hcec->ErrorCode & CEC_ESR_ALL_ERROR) != 0U) in HAL_CEC_IRQHandler()