Home
last modified time | relevance | path

Searched refs:LPI2C_MasterTransferAbort (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_lpi2c.c302LPI2C_MasterTransferAbort(s_i2cBases[i2cMasterHandle->instance], &i2cMasterHandle->hardwareHandle); in HAL_I2cMasterTransferAbort()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h938 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle);
Dfsl_lpi2c.c1658 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle) in LPI2C_MasterTransferAbort() function
1708 LPI2C_MasterTransferAbort(base, handle); in LPI2C_MasterTransferHandleIRQ()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpi2c/
Dfsl_lpi2c_cmsis.c786 LPI2C_MasterTransferAbort(lpi2c->resource->base, &(lpi2c->handle->master_handle)); in LPI2C_InterruptControl()