HAL_I2C_EV_IRQHandler
void HAL_I2C_EV_IRQHandler (I2C_HandleTypeDef * hi2c)
This function handles I2C event interrupt request.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_ER_IRQHandler
void HAL_I2C_ER_IRQHandler (I2C_HandleTypeDef * hi2c)
This function handles I2C error interrupt request.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_MasterTxCpltCallback
void HAL_I2C_MasterTxCpltCallback (I2C_HandleTypeDef *
hi2c)
Master Tx Transfer completed callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_MasterRxCpltCallback
void HAL_I2C_MasterRxCpltCallback (I2C_HandleTypeDef *
hi2c)
Master Rx Transfer completed callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_SlaveTxCpltCallback
void HAL_I2C_SlaveTxCpltCallback (I2C_HandleTypeDef *
hi2c)
Slave Tx Transfer completed callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.