Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2c.c6412 uint32_t CurrentError; in I2C_ITError() local
6534 CurrentError = hi2c->ErrorCode; in I2C_ITError()
6536 if (((CurrentError & HAL_I2C_ERROR_BERR) == HAL_I2C_ERROR_BERR) || \ in I2C_ITError()
6537 ((CurrentError & HAL_I2C_ERROR_ARLO) == HAL_I2C_ERROR_ARLO) || \ in I2C_ITError()
6538 ((CurrentError & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) || \ in I2C_ITError()
6539 ((CurrentError & HAL_I2C_ERROR_OVR) == HAL_I2C_ERROR_OVR)) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2c.c6416 uint32_t CurrentError; in I2C_ITError() local
6538 CurrentError = hi2c->ErrorCode; in I2C_ITError()
6540 if (((CurrentError & HAL_I2C_ERROR_BERR) == HAL_I2C_ERROR_BERR) || \ in I2C_ITError()
6541 ((CurrentError & HAL_I2C_ERROR_ARLO) == HAL_I2C_ERROR_ARLO) || \ in I2C_ITError()
6542 ((CurrentError & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) || \ in I2C_ITError()
6543 ((CurrentError & HAL_I2C_ERROR_OVR) == HAL_I2C_ERROR_OVR)) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_i2c.c6520 uint32_t CurrentError; in I2C_ITError() local
6642 CurrentError = hi2c->ErrorCode; in I2C_ITError()
6644 if (((CurrentError & HAL_I2C_ERROR_BERR) == HAL_I2C_ERROR_BERR) || \ in I2C_ITError()
6645 ((CurrentError & HAL_I2C_ERROR_ARLO) == HAL_I2C_ERROR_ARLO) || \ in I2C_ITError()
6646 ((CurrentError & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) || \ in I2C_ITError()
6647 ((CurrentError & HAL_I2C_ERROR_OVR) == HAL_I2C_ERROR_OVR)) in I2C_ITError()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_i2c.c6382 uint32_t CurrentError; in I2C_ITError() local
6504 CurrentError = hi2c->ErrorCode; in I2C_ITError()
6506 if (((CurrentError & HAL_I2C_ERROR_BERR) == HAL_I2C_ERROR_BERR) || \ in I2C_ITError()
6507 ((CurrentError & HAL_I2C_ERROR_ARLO) == HAL_I2C_ERROR_ARLO) || \ in I2C_ITError()
6508 ((CurrentError & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) || \ in I2C_ITError()
6509 ((CurrentError & HAL_I2C_ERROR_OVR) == HAL_I2C_ERROR_OVR)) in I2C_ITError()