Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_freertos.c116 status = DSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in DSPI_RTOS_Transfer()
Dfsl_dspi.h1092 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer…
Dfsl_dspi.c1207 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer… in DSPI_MasterTransferNonBlocking() function
1378 status = DSPI_MasterTransferNonBlocking(base, handle, &tempXfer); in DSPI_MasterHalfDuplexTransferNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_dspi.c230 …return HAL_SpiGetStatus(DSPI_MasterTransferNonBlocking((SPI_Type *)s_spiBases[masterHandle->instan… in HAL_SpiMasterTransferNonBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c990 … status = DSPI_MasterTransferNonBlocking(dspi->resource->base, &dspi->handle->masterHandle, &xfer); in DSPI_InterruptSend()
1057 … status = DSPI_MasterTransferNonBlocking(dspi->resource->base, &dspi->handle->masterHandle, &xfer); in DSPI_InterruptReceive()
1127 … status = DSPI_MasterTransferNonBlocking(dspi->resource->base, &dspi->handle->masterHandle, &xfer); in DSPI_InterruptTransfer()