Searched refs:DSPI_MasterTransferNonBlocking (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/ |
D | fsl_dspi_freertos.c | 116 status = DSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in DSPI_RTOS_Transfer()
|
D | fsl_dspi.h | 1092 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer…
|
D | fsl_dspi.c | 1207 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/ |
D | fsl_adapter_dspi.c | 230 …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/ |
D | fsl_dspi_cmsis.c | 990 … 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()
|