Searched refs:spi_master_handle_t (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/ |
D | fsl_spi.h | 257 typedef struct _spi_master_handle spi_master_handle_t; typedef 260 typedef spi_master_handle_t spi_slave_handle_t; 263 typedef void (*spi_master_callback_t)(SPI_Type *base, spi_master_handle_t *handle, status_t status,… 290 typedef void (*flexcomm_spi_master_irq_handler_t)(SPI_Type *base, spi_master_handle_t *handle); 576 spi_master_handle_t *handle, 601 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … 630 spi_master_handle_t *handle, 643 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count); 653 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle); 661 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle); [all …]
|
D | fsl_spi.c | 468 spi_master_handle_t *handle, in SPI_MasterTransferCreateHandle() 656 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … in SPI_MasterTransferNonBlocking() 780 spi_master_handle_t *handle, in SPI_MasterHalfDuplexTransferNonBlocking() 845 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount() 873 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferAbort() 887 static void SPI_TransferHandleIRQInternal(SPI_Type *base, spi_master_handle_t *handle) in SPI_TransferHandleIRQInternal() 995 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferHandleIRQ()
|
/hal_nxp-2.7.6/mcux/drivers/lpc/ |
D | fsl_spi.h | 257 typedef struct _spi_master_handle spi_master_handle_t; typedef 260 typedef spi_master_handle_t spi_slave_handle_t; 263 typedef void (*spi_master_callback_t)(SPI_Type *base, spi_master_handle_t *handle, status_t status,… 290 typedef void (*flexcomm_spi_master_irq_handler_t)(SPI_Type *base, spi_master_handle_t *handle); 576 spi_master_handle_t *handle, 601 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … 630 spi_master_handle_t *handle, 643 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count); 653 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle); 661 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle); [all …]
|
D | fsl_spi.c | 468 spi_master_handle_t *handle, in SPI_MasterTransferCreateHandle() 656 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … in SPI_MasterTransferNonBlocking() 780 spi_master_handle_t *handle, in SPI_MasterHalfDuplexTransferNonBlocking() 845 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount() 873 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferAbort() 887 static void SPI_TransferHandleIRQInternal(SPI_Type *base, spi_master_handle_t *handle) in SPI_TransferHandleIRQInternal() 995 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle) in SPI_MasterTransferHandleIRQ()
|
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_spi.h | 223 typedef struct _spi_master_handle spi_master_handle_t; typedef 226 typedef spi_master_handle_t spi_slave_handle_t; 229 typedef void (*spi_master_callback_t)(SPI_Type *base, spi_master_handle_t *handle, status_t status,… 565 spi_master_handle_t *handle, 593 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … 604 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count); 612 void SPI_MasterTransferAbort(SPI_Type *base, spi_master_handle_t *handle); 620 void SPI_MasterTransferHandleIRQ(SPI_Type *base, spi_master_handle_t *handle);
|
D | fsl_spi.c | 44 typedef void (*spi_isr_t)(SPI_Type *base, spi_master_handle_t *spiHandle); 92 static void SPI_SendTransfer(SPI_Type *base, spi_master_handle_t *handle); 104 static void SPI_ReceiveTransfer(SPI_Type *base, spi_master_handle_t *handle); 117 static spi_master_handle_t *s_spiHandle[FSL_FEATURE_SOC_SPI_COUNT]; 258 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() 341 static void SPI_ReceiveTransfer(SPI_Type *base, spi_master_handle_t *handle) in SPI_ReceiveTransfer() 793 spi_master_handle_t *handle, in SPI_MasterTransferCreateHandle() 822 status_t SPI_MasterTransferNonBlocking(SPI_Type *base, spi_master_handle_t *handle, spi_transfer_t … in SPI_MasterTransferNonBlocking() 894 status_t SPI_MasterTransferGetCount(SPI_Type *base, spi_master_handle_t *handle, size_t *count) in SPI_MasterTransferGetCount() [all …]
|