How to abort HAL_I2C_Slave_Transmit_IT
HAL_I2C_Master_Transmit_IT can be aborted via HAL_I2C_Master_Abort_IT.But how to abort HAL_I2C_Slave_Transmit_IT?There does not appear to be a corresponding abort function.If a callback complete does not occur, the software should be capable of abort...