Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h167 #define HAL_FMPI2C_ERROR_BERR (0x00000001U) /*!< BERR error */ macro
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c4461 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_BERR; in HAL_FMPI2C_ER_IRQHandler()
4491 …if ((tmperror & (HAL_FMPI2C_ERROR_BERR | HAL_FMPI2C_ERROR_OVR | HAL_FMPI2C_ERROR_ARLO)) != HAL_FM… in HAL_FMPI2C_ER_IRQHandler()
6600 error_code |= HAL_FMPI2C_ERROR_BERR; in FMPI2C_IsErrorOccurred()