Searched refs:ECSPI_MasterTransferNonBlocking (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ecspi/ |
| D | fsl_ecspi.h | 635 status_t ECSPI_MasterTransferNonBlocking(ECSPI_Type *base, ecspi_master_handle_t *handle, ecspi_tra… 696 return ECSPI_MasterTransferNonBlocking(base, handle, xfer); in ECSPI_SlaveTransferNonBlocking()
|
| D | fsl_ecspi_freertos.c | 116 status = ECSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in ECSPI_RTOS_Transfer()
|
| D | fsl_ecspi.c | 721 status_t ECSPI_MasterTransferNonBlocking(ECSPI_Type *base, ecspi_master_handle_t *handle, ecspi_tra… in ECSPI_MasterTransferNonBlocking() function
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/ecspi/ |
| D | fsl_ecspi_cmsis.c | 865 status = ECSPI_MasterTransferNonBlocking(ecspi->resource->base, ecspi->handle, &xfer); in ECSPI_InterruptSend() 929 status = ECSPI_MasterTransferNonBlocking(ecspi->resource->base, ecspi->handle, &xfer); in ECSPI_InterruptReceive() 996 status = ECSPI_MasterTransferNonBlocking(ecspi->resource->base, ecspi->handle, &xfer); in ECSPI_InterruptTransfer()
|