Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h301 typedef struct _dspi_master_handle dspi_master_handle_t; /*!< The master handle. */ typedef
317 dspi_master_handle_t *handle,
1065 dspi_master_handle_t *handle,
1092 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer…
1120 dspi_master_handle_t *handle,
1133 status_t DSPI_MasterTransferGetCount(SPI_Type *base, dspi_master_handle_t *handle, size_t *count);
1143 void DSPI_MasterTransferAbort(SPI_Type *base, dspi_master_handle_t *handle);
1153 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);
47 static void DSPI_MasterTransferFillUpTxFifo(SPI_Type *base, dspi_master_handle_t *handle);
54 static void DSPI_MasterTransferComplete(SPI_Type *base, dspi_master_handle_t *handle);
82 static void DSPI_MasterTransferPrepare(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer_…
860 dspi_master_handle_t *handle, in DSPI_MasterTransferCreateHandle()
1152 static void DSPI_MasterTransferPrepare(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer_… in DSPI_MasterTransferPrepare()
1207 status_t DSPI_MasterTransferNonBlocking(SPI_Type *base, dspi_master_handle_t *handle, dspi_transfer… in DSPI_MasterTransferNonBlocking()
1328 dspi_master_handle_t *handle, in DSPI_MasterHalfDuplexTransferNonBlocking()
1393 status_t DSPI_MasterTransferGetCount(SPI_Type *base, dspi_master_handle_t *handle, size_t *count) in DSPI_MasterTransferGetCount()
1413 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-3.5.0/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-3.5.0/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()