Searched refs:lpspi_master_edma_handle_t (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/ |
| D | fsl_lpspi_edma.h | 34 typedef struct _lpspi_master_edma_handle lpspi_master_edma_handle_t; typedef 50 lpspi_master_edma_handle_t *handle, 192 lpspi_master_edma_handle_t *handle, 215 status_t LPSPI_MasterTransferEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_trans… 230 lpspi_master_edma_handle_t *handle, 255 status_t LPSPI_MasterTransferEDMALite(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_t… 265 void LPSPI_MasterTransferAbortEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle); 277 status_t LPSPI_MasterTransferGetCountEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, siz…
|
| D | fsl_lpspi_edma.c | 33 lpspi_master_edma_handle_t *handle; /*!< lpspi_master_edma_handle_t handle */ 161 lpspi_master_edma_handle_t *handle, in LPSPI_MasterTransferCreateHandleEDMA() 208 status_t LPSPI_MasterTransferPrepareEDMALite(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, … in LPSPI_MasterTransferPrepareEDMALite() 291 status_t LPSPI_MasterTransferEDMALite(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_t… in LPSPI_MasterTransferEDMALite() 670 status_t LPSPI_MasterTransferEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_trans… in LPSPI_MasterTransferEDMA() 692 lpspi_master_edma_handle_t *lpspiEdmaHandle; in EDMA_LpspiMasterCallback() 803 void LPSPI_MasterTransferAbortEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle) in LPSPI_MasterTransferAbortEDMA() 825 status_t LPSPI_MasterTransferGetCountEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, siz… in LPSPI_MasterTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
| D | fsl_lpspi_edma.h | 31 typedef struct _lpspi_master_edma_handle lpspi_master_edma_handle_t; typedef 47 lpspi_master_edma_handle_t *handle, 180 lpspi_master_edma_handle_t *handle, 203 status_t LPSPI_MasterTransferEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_trans… 218 lpspi_master_edma_handle_t *handle, 243 status_t LPSPI_MasterTransferEDMALite(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_t… 253 void LPSPI_MasterTransferAbortEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle); 265 status_t LPSPI_MasterTransferGetCountEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, siz…
|
| D | fsl_lpspi_edma.c | 25 lpspi_master_edma_handle_t *handle; /*!< lpspi_master_edma_handle_t handle */ 149 lpspi_master_edma_handle_t *handle, in LPSPI_MasterTransferCreateHandleEDMA() 195 status_t LPSPI_MasterTransferPrepareEDMALite(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, … in LPSPI_MasterTransferPrepareEDMALite() 278 status_t LPSPI_MasterTransferEDMALite(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_t… in LPSPI_MasterTransferEDMALite() 595 status_t LPSPI_MasterTransferEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, lpspi_trans… in LPSPI_MasterTransferEDMA() 657 void LPSPI_MasterTransferAbortEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle) in LPSPI_MasterTransferAbortEDMA() 679 status_t LPSPI_MasterTransferGetCountEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, siz… in LPSPI_MasterTransferGetCountEDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/spi/ |
| D | fsl_adapter_lpspi.c | 98 lpspi_master_edma_handle_t edmaHandle; 155 lpspi_master_edma_handle_t *handle, in HAL_SpiMasterDMACallback() 325 … (lpspi_master_edma_handle_t *)&spi_masterDmaHandle->edmaHandle, in HAL_SpiMasterTransferInstallCallback() 383 … (lpspi_master_edma_handle_t *)&spi_masterDmaHandle->edmaHandle, in HAL_SpiMasterTransferNonBlocking() 412 … (lpspi_master_edma_handle_t *)&spi_masterDmaHandle->edmaHandle, spiCount)); in HAL_SpiMasterTransferGetCount() 438 (lpspi_master_edma_handle_t *)&spi_masterDmaHandle->edmaHandle); in HAL_SpiMasterTransferAbort() 750 … (lpspi_master_edma_handle_t *)&spi_masterDmaHandle->edmaHandle); in HAL_SpiMasterDMADeinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/ |
| D | fsl_lpspi_cmsis.c | 93 lpspi_master_edma_handle_t masterHandle; 475 lpspi_master_edma_handle_t *handle, in KSDK_LPSPI_MasterEdmaCallback()
|