Home
last modified time | relevance | path

Searched refs:I2C_MasterTransferAbort (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.h572 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
Dfsl_i2c.c1135 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.h723 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
Dfsl_i2c.c1539 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.h731 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
Dfsl_i2c.c732 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() function
/hal_nxp-latest/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_flexcomm_i2c.c343I2C_MasterTransferAbort(s_i2cBases[i2cMasterHandle->instance], &i2cMasterHandle->hardwareHandle)); in HAL_I2cMasterTransferAbort()
Dfsl_adapter_i2c.c332I2C_MasterTransferAbort(s_i2cBases[i2cMasterHandle->instance], &i2cMasterHandle->hardwareHandle)); in HAL_I2cMasterTransferAbort()
Dfsl_adapter_ii2c.c332I2C_MasterTransferAbort(s_i2cBases[i2cMasterHandle->instance], &i2cMasterHandle->hardwareHandle)); in HAL_I2cMasterTransferAbort()
Dfsl_adapter_lpc_i2c.c352I2C_MasterTransferAbort(s_i2cBases[i2cMasterHandle->instance], &i2cMasterHandle->hardwareHandle)); in HAL_I2cMasterTransferAbort()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.h825 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
Dfsl_i2c.c948 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() function
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/ii2c/
Dfsl_i2c_cmsis.c408 (void)I2C_MasterTransferAbort(i2c->resource->base, &(i2c->handle->master_handle)); in I2C_InterruptControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/i2c/
Dfsl_i2c_cmsis.c1092 (void)I2C_MasterTransferAbort(i2c->resource->base, &(i2c->handle->master_handle)); in I2C_InterruptControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_i2c_cmsis.c688 (void)I2C_MasterTransferAbort(i2c->resource->base, &(i2c->handle->master_handle)); in I2C_InterruptControl()