Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h168 #define HAL_FMPI2C_ERROR_ARLO (0x00000002U) /*!< ARLO error */ macro
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c4481 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_ARLO; 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()
6622 error_code |= HAL_FMPI2C_ERROR_ARLO; in FMPI2C_IsErrorOccurred()