Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cec.c134 #define CEC_ESR_ALL_ERROR (CEC_ESR_BTE|CEC_ESR_BPE|CEC_ESR_RBTFE|CEC_ESR_SBE|CEC_ESR_ACKE|CEC_ESR_L… macro
744 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()