Searched refs:FMPI2C_FLAG_BERR (Results 1 – 2 of 2) sorted by relevance
4458 if ((FMPI2C_CHECK_FLAG(itflags, FMPI2C_FLAG_BERR) != RESET) && \ in HAL_FMPI2C_ER_IRQHandler()4464 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_BERR); in HAL_FMPI2C_ER_IRQHandler()6598 if (HAL_IS_BIT_SET(itflag, FMPI2C_FLAG_BERR)) in FMPI2C_IsErrorOccurred()6603 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_BERR); in FMPI2C_IsErrorOccurred()
433 #define FMPI2C_FLAG_BERR FMPI2C_ISR_BERR macro