Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_freertos.c109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
Dfsl_lpspi.h1089 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra…
Dfsl_lpspi.c1299 status_t LPSPI_MasterTransferNonBlocking(LPSPI_Type *base, lpspi_master_handle_t *handle, lpspi_tra… function
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c1004 …status = LPSPI_MasterTransferNonBlocking(lpspi->resource->base, &(lpspi->handle->masterHandle), &x… in LPSPI_InterruptSend()
1045 …status = LPSPI_MasterTransferNonBlocking(lpspi->resource->base, &(lpspi->handle->masterHandle), &x… in LPSPI_InterruptReceive()
1089 …status = LPSPI_MasterTransferNonBlocking(lpspi->resource->base, &(lpspi->handle->masterHandle), &x… in LPSPI_InterruptTransfer()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c390 …return HAL_SpiGetStatus(LPSPI_MasterTransferNonBlocking((LPSPI_Type *)s_spiBases[masterHandle->ins… in HAL_SpiMasterTransferNonBlocking()