HAL_I2C_ErrorCallback
void HAL_I2C_ErrorCallback (I2C_HandleTypeDef * hi2c)
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_AbortCpltCallback
void HAL_I2C_AbortCpltCallback (I2C_HandleTypeDef * hi2c)
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_GetState
HAL_I2C_StateTypeDef HAL_I2C_GetState
(I2C_HandleTypeDef * hi2c)
Return the I2C handle state.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_GetMode
HAL_I2C_ModeTypeDef HAL_I2C_GetMode
(I2C_HandleTypeDef * hi2c)
Return the I2C Master, Slave, Memory or no mode.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for I2C module
HAL_I2C_GetError
uint32_t HAL_I2C_GetError (I2C_HandleTypeDef * hi2c)
Return the I2C error code.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.