Home
last modified time | relevance | path

Searched refs:LPI2C_MasterTransferNonBlocking (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_freertos.c110 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
Dfsl_lpi2c.h913 status_t LPI2C_MasterTransferNonBlocking(LPI2C_Type *base,
Dfsl_lpi2c.c1524 status_t LPI2C_MasterTransferNonBlocking(LPI2C_Type *base, in LPI2C_MasterTransferNonBlocking() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_lpi2c.c279 return HAL_I2cGetStatus(LPI2C_MasterTransferNonBlocking(s_i2cBases[i2cMasterHandle->instance], in HAL_I2cMasterTransferNonBlocking()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpi2c/
Dfsl_lpi2c_cmsis.c560 …status = LPI2C_MasterTransferNonBlocking(lpi2c->resource->base, &(lpi2c->handle->master_handle), &… in LPI2C_Master_InterruptTransmit()
613 …status = LPI2C_MasterTransferNonBlocking(lpi2c->resource->base, &(lpi2c->handle->master_handle), &… in LPI2C_Master_InterruptReceive()