Searched refs:LPI2C_MasterTransferAbort (Results 1 – 4 of 4) sorted by relevance
302 …LPI2C_MasterTransferAbort(s_i2cBases[i2cMasterHandle->instance], &i2cMasterHandle->hardwareHandle); in HAL_I2cMasterTransferAbort()
938 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle);
1658 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle) in LPI2C_MasterTransferAbort() function1708 LPI2C_MasterTransferAbort(base, handle); in LPI2C_MasterTransferHandleIRQ()
786 LPI2C_MasterTransferAbort(lpi2c->resource->base, &(lpi2c->handle->master_handle)); in LPI2C_InterruptControl()