Home
last modified time | relevance | path

Searched refs:spi_master_handle_t (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h269 typedef struct _spi_master_handle spi_master_handle_t; typedef
272 typedef spi_master_handle_t spi_slave_handle_t;
275 typedef void (*spi_master_callback_t)(SPI_Type *base, spi_master_handle_t *handle, status_t status,…
302 typedef void (*flexcomm_spi_master_irq_handler_t)(SPI_Type *base, spi_master_handle_t *handle);
588 spi_master_handle_t *handle,
613 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t …
642 spi_master_handle_t *handle,
655 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count);
665 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle);
673 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle);
[all …]
Dfsl_spi.c472 spi_master_handle_t *handle, in SPI_MasterTransferCreateHandle()
660 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … in SPI_MasterTransferNonBlocking()
784 spi_master_handle_t *handle, in SPI_MasterHalfDuplexTransferNonBlocking()
849 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount()
877 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferAbort()
891 static void SPI_TransferHandleIRQInternal(SPI_Type *base, spi_master_handle_t *handle) in SPI_TransferHandleIRQInternal()
999 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferHandleIRQ()
Dfsl_spi_freertos.h38spi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the RTO…
Dfsl_spi_freertos.c16 static void SPI_RTOS_Callback(SPI_Type *base, spi_master_handle_t *drv_handle, status_t status, voi… in SPI_RTOS_Callback()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.h238 typedef struct _spi_master_handle spi_master_handle_t; typedef
241 typedef spi_master_handle_t spi_slave_handle_t;
244 typedef void (*spi_master_callback_t)(SPI_Type *base, spi_master_handle_t *handle, status_t status,…
563 spi_master_handle_t *handle,
577 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t …
589 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count);
599 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle);
607 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle);
651 return SPI_MasterTransferGetCount(base, (spi_master_handle_t *)handle, count); in SPI_SlaveTransferGetCount()
664 SPI_MasterTransferAbort(base, (spi_master_handle_t *)handle); in SPI_SlaveTransferAbort()
Dfsl_spi.c25 static spi_master_handle_t *s_spiHandle[FSL_FEATURE_SOC_SPI_COUNT];
31 typedef void (*spi_isr_t)(SPI_Type *base, spi_master_handle_t *spiHandle);
68 static void SPI_SendTransfer(SPI_Type *base, spi_master_handle_t *handle) in SPI_SendTransfer()
114 static void SPI_ReceiveTransfer(SPI_Type *base, spi_master_handle_t *handle) in SPI_ReceiveTransfer()
612 spi_master_handle_t *handle, in SPI_MasterTransferCreateHandle()
665 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … in SPI_MasterTransferNonBlocking()
786 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount()
814 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferAbort()
831 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferHandleIRQ()
927 s_spiMasterIsr(base, (spi_master_handle_t *)param); in SPI_CommonIRQHandler()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h211 typedef struct _spi_master_handle spi_master_handle_t; typedef
214 typedef spi_master_handle_t spi_slave_handle_t;
217 typedef void (*spi_master_callback_t)(SPI_Type *base, spi_master_handle_t *handle, status_t status,…
583 spi_master_handle_t *handle,
611 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t …
622 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count);
630 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle);
638 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle);
Dfsl_spi.c28 typedef void (*spi_isr_t)(SPI_Type *base, spi_master_handle_t *spiHandle);
70 static void SPI_SendTransfer(SPI_Type *base, spi_master_handle_t *handle);
82 static void SPI_ReceiveTransfer(SPI_Type *base, spi_master_handle_t *handle);
95 static spi_master_handle_t *s_spiHandle[FSL_FEATURE_SOC_SPI_COUNT];
252 static void SPI_SendInitialTransfer(SPI_Type *base, spi_master_handle_t *handle) in SPI_SendInitialTransfer()
279 static void SPI_SendTransfer(SPI_Type *base, spi_master_handle_t *handle) in SPI_SendTransfer()
342 static void SPI_ReceiveTransfer(SPI_Type *base, spi_master_handle_t *handle) in SPI_ReceiveTransfer()
1009 spi_master_handle_t *handle, in SPI_MasterTransferCreateHandle()
1052 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … in SPI_MasterTransferNonBlocking()
1154 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount()
[all …]
Dfsl_spi_freertos.h39spi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the RTO…
Dfsl_spi_freertos.c16 static void SPI_RTOS_Callback(SPI_Type *base, spi_master_handle_t *drv_handle, status_t status, voi… in SPI_RTOS_Callback()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c23 spi_master_handle_t hardwareHandle;
80 static void HAL_SpiMasterCallback(SPI_Type *base, spi_master_handle_t *handle, status_t status, voi… in HAL_SpiMasterCallback()
Dfsl_adapter_spi.c23 spi_master_handle_t hardwareHandle;
80 static void HAL_SpiMasterCallback(SPI_Type *base, spi_master_handle_t *handle, status_t status, voi… in HAL_SpiMasterCallback()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c51 spi_master_handle_t masterHandle;
851 spi_master_handle_t *handle, in KSDK_SPI_MasterInterruptCallback()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c55 spi_master_handle_t masterHandle;
937 spi_master_handle_t *handle, in KSDK_SPI_MasterInterruptCallback()