Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cec.c756 if (HAL_IS_BIT_SET(itflag, CEC_FLAG_RERR)) in HAL_CEC_IRQHandler()
759 __HAL_CEC_CLEAR_FLAG(hcec, CEC_FLAG_RERR); in HAL_CEC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_cec.h273 #define CEC_FLAG_RERR CEC_CSR_RERR macro