HAL_I2C_SlaveRxCpltCallback
void HAL_I2C_SlaveRxCpltCallback (I2C_HandleTypeDef *
hi2c)
Slave Rx Transfer completed callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_AddrCallback
void HAL_I2C_AddrCallback (I2C_HandleTypeDef * hi2c,
uint8_t TransferDirection, uint16_t AddrMatchCode)
Slave Address Match callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
TransferDirection: Master request Transfer Direction
(Write/Read), value of I2C XferOptions definition
AddrMatchCode: Address Match Code
HAL_I2C_ListenCpltCallback
void HAL_I2C_ListenCpltCallback (I2C_HandleTypeDef * hi2c)
Listen Complete callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_MemTxCpltCallback
void HAL_I2C_MemTxCpltCallback (I2C_HandleTypeDef *
hi2c)
Memory Tx Transfer completed callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.
HAL_I2C_MemRxCpltCallback
void HAL_I2C_MemRxCpltCallback (I2C_HandleTypeDef *
hi2c)
Memory Rx Transfer completed callback.
hi2c: Pointer to a I2C_HandleTypeDef structure that contains
the configuration information for the specified I2C.