Home
last modified time | relevance | path

Searched refs:dspi_master_handle_t (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h319 typedef struct _dspi_master_handle dspi_master_handle_t; /*!< The master handle. */ typedef
337 dspi_master_handle_t *handle,
1100 dspi_master_handle_t *handle,
1127 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer…
1155 dspi_master_handle_t *handle,
1168 status_t DSPI_MasterTransferGetCount(SPI_Type *base, dspi_master_handle_t *handle, size_t *count);
1178 void DSPI_MasterTransferAbort(SPI_Type *base, dspi_master_handle_t *handle);
1188 void DSPI_MasterTransferHandleIRQ(SPI_Type *base, dspi_master_handle_t *handle);
Dfsl_dspi.c21 typedef void (*dspi_master_isr_t)(SPI_Type *base, dspi_master_handle_t *handle);
49 static void DSPI_MasterTransferFillUpTxFifo(SPI_Type *base, dspi_master_handle_t *handle);
56 static void DSPI_MasterTransferComplete(SPI_Type *base, dspi_master_handle_t *handle);
88 static void DSPI_MasterTransferPrepare(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer_…
874 dspi_master_handle_t *handle, in DSPI_MasterTransferCreateHandle()
1166 static void DSPI_MasterTransferPrepare(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer_… in DSPI_MasterTransferPrepare()
1221 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer… in DSPI_MasterTransferNonBlocking()
1342 dspi_master_handle_t *handle, in DSPI_MasterHalfDuplexTransferNonBlocking()
1407 status_t DSPI_MasterTransferGetCount(SPI_Type *base, dspi_master_handle_t *handle, size_t *count) in DSPI_MasterTransferGetCount()
1427 static void DSPI_MasterTransferComplete(SPI_Type *base, dspi_master_handle_t *handle) in DSPI_MasterTransferComplete()
[all …]
Dfsl_dspi_freertos.h39dspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the RT…
Dfsl_dspi_freertos.c16 static void DSPI_RTOS_Callback(SPI_Type *base, dspi_master_handle_t *drv_handle, status_t status, v… in DSPI_RTOS_Callback()
/hal_nxp-latest/mcux/mcux-sdk/components/spi/
Dfsl_adapter_dspi.c23 dspi_master_handle_t hardwareHandle;
75 static void HAL_SpiMasterCallback(SPI_Type *base, dspi_master_handle_t *handle, status_t status, vo… in HAL_SpiMasterCallback()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c52 dspi_master_handle_t masterHandle;
848 dspi_master_handle_t *handle, in KSDK_DSPI_MasterInterruptCallback()