Home
last modified time | relevance | path

Searched refs:dspi_slave_handle_t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h306 typedef struct _dspi_slave_handle dspi_slave_handle_t; /*!< The slave handle. */ typedef
329 dspi_slave_handle_t *handle,
1167 dspi_slave_handle_t *handle,
1182 status_t DSPI_SlaveTransferNonBlocking(SPI_Type *base, dspi_slave_handle_t *handle, dspi_transfer_t…
1194 status_t DSPI_SlaveTransferGetCount(SPI_Type *base, dspi_slave_handle_t *handle, size_t *count);
1204 void DSPI_SlaveTransferAbort(SPI_Type *base, dspi_slave_handle_t *handle);
1214 void DSPI_SlaveTransferHandleIRQ(SPI_Type *base, dspi_slave_handle_t *handle);
Dfsl_dspi.c24 typedef void (*dspi_slave_isr_t)(SPI_Type *base, dspi_slave_handle_t *handle);
60 static void DSPI_SlaveTransferFillUpTxFifo(SPI_Type *base, dspi_slave_handle_t *handle);
67 static void DSPI_SlaveTransferComplete(SPI_Type *base, dspi_slave_handle_t *handle);
1722 dspi_slave_handle_t *handle, in DSPI_SlaveTransferCreateHandle()
1748 status_t DSPI_SlaveTransferNonBlocking(SPI_Type *base, dspi_slave_handle_t *handle, dspi_transfer_t… in DSPI_SlaveTransferNonBlocking()
1827 status_t DSPI_SlaveTransferGetCount(SPI_Type *base, dspi_slave_handle_t *handle, size_t *count) in DSPI_SlaveTransferGetCount()
1847 static void DSPI_SlaveTransferFillUpTxFifo(SPI_Type *base, dspi_slave_handle_t *handle) in DSPI_SlaveTransferFillUpTxFifo()
1935 static void DSPI_SlaveTransferComplete(SPI_Type *base, dspi_slave_handle_t *handle) in DSPI_SlaveTransferComplete()
1976 void DSPI_SlaveTransferAbort(SPI_Type *base, dspi_slave_handle_t *handle) in DSPI_SlaveTransferAbort()
2000 void DSPI_SlaveTransferHandleIRQ(SPI_Type *base, dspi_slave_handle_t *handle) in DSPI_SlaveTransferHandleIRQ()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_dspi.c32 dspi_slave_handle_t hardwareHandle;
89 static void HAL_SpiSlaveCallback(SPI_Type *base, dspi_slave_handle_t *handle, status_t status, void… in HAL_SpiSlaveCallback()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c53 dspi_slave_handle_t slaveHandle;
870 dspi_slave_handle_t *handle, in KSDK_DSPI_SlaveInterruptCallback()