Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpi2c_freertos.c107 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_freertos.c107 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
Dfsl_lpi2c.h914 status_t LPI2C_MasterTransferNonBlocking(LPI2C_Type *base,
Dfsl_lpi2c.c1412 status_t LPI2C_MasterTransferNonBlocking(LPI2C_Type *base, in LPI2C_MasterTransferNonBlocking() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_freertos.c110 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
Dfsl_lpi2c.h950 status_t LPI2C_MasterTransferNonBlocking(LPI2C_Type *base,
Dfsl_lpi2c.c1553 status_t LPI2C_MasterTransferNonBlocking(LPI2C_Type *base, in LPI2C_MasterTransferNonBlocking() function
/hal_nxp-latest/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_lpi2c.c282 return HAL_I2cGetStatus(LPI2C_MasterTransferNonBlocking(s_i2cBases[i2cMasterHandle->instance], in HAL_I2cMasterTransferNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpi2c/
Dfsl_lpi2c_cmsis.c585 …status = LPI2C_MasterTransferNonBlocking(lpi2c->resource->base, &(lpi2c->handle->master_handle), &… in LPI2C_Master_InterruptTransmit()
638 …status = LPI2C_MasterTransferNonBlocking(lpi2c->resource->base, &(lpi2c->handle->master_handle), &… in LPI2C_Master_InterruptReceive()