Searched refs:I2C_SlaveTransferAbort (Results 1 – 15 of 15) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ii2c/ |
D | fsl_i2c.h | 629 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle);
|
D | fsl_i2c.c | 1507 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveTransferAbort() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/ |
D | fsl_i2c.h | 778 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle);
|
D | fsl_i2c.c | 2083 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveTransferAbort() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_i2c/ |
D | fsl_i2c.h | 1021 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle);
|
D | fsl_i2c.c | 1810 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveTransferAbort() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/ |
D | fsl_adapter_flexcomm_i2c.c | 384 I2C_SlaveTransferAbort(s_i2cBases[i2cSlaveHandle->instance], &i2cSlaveHandle->hardwareHandle); in HAL_I2cSlaveTransferAbort()
|
D | fsl_adapter_i2c.c | 373 I2C_SlaveTransferAbort(s_i2cBases[i2cSlaveHandle->instance], &i2cSlaveHandle->hardwareHandle); in HAL_I2cSlaveTransferAbort()
|
D | fsl_adapter_ii2c.c | 373 I2C_SlaveTransferAbort(s_i2cBases[i2cSlaveHandle->instance], &i2cSlaveHandle->hardwareHandle); in HAL_I2cSlaveTransferAbort()
|
D | fsl_adapter_lpc_i2c.c | 393 I2C_SlaveTransferAbort(s_i2cBases[i2cSlaveHandle->instance], &i2cSlaveHandle->hardwareHandle); in HAL_I2cSlaveTransferAbort()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
D | fsl_i2c.h | 1120 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle);
|
D | fsl_i2c.c | 1977 void I2C_SlaveTransferAbort(I2C_Type *base, i2c_slave_handle_t *handle) in I2C_SlaveTransferAbort() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/ii2c/ |
D | fsl_i2c_cmsis.c | 424 I2C_SlaveTransferAbort(i2c->resource->base, &(i2c->handle->slave_handle)); in I2C_InterruptControl()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/i2c/ |
D | fsl_i2c_cmsis.c | 1108 I2C_SlaveTransferAbort(i2c->resource->base, &(i2c->handle->slave_handle)); in I2C_InterruptControl()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
D | fsl_i2c_cmsis.c | 700 I2C_SlaveTransferAbort(i2c->resource->base, &(i2c->handle->slave_handle)); in I2C_InterruptControl()
|