Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_freertos.c109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
Dfsl_lpspi.h1110 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra…
Dfsl_lpspi.c1335 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra… function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpspi_freertos.c109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_freertos.c109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
Dfsl_lpspi.h1064 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra…
Dfsl_lpspi.c1179 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra… function
/hal_nxp-latest/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c390 …return HAL_SpiGetStatus(LPSPI_MasterTransferNonBlocking((LPSPI_Type *)s_spiBases[masterHandle->ins… in HAL_SpiMasterTransferNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c1032 …status = LPSPI_MasterTransferNonBlocking(lpspi->resource->base, &(lpspi->handle->masterHandle), &x… in LPSPI_InterruptSend()
1073 …status = LPSPI_MasterTransferNonBlocking(lpspi->resource->base, &(lpspi->handle->masterHandle), &x… in LPSPI_InterruptReceive()
1117 …status = LPSPI_MasterTransferNonBlocking(lpspi->resource->base, &(lpspi->handle->masterHandle), &x… in LPSPI_InterruptTransfer()