Searched refs:lpi2c_master_edma_handle_t (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
D | fsl_lpi2c_edma.h | 30 typedef struct _lpi2c_master_edma_handle lpi2c_master_edma_handle_t; typedef 44 lpi2c_master_edma_handle_t *handle, 103 lpi2c_master_edma_handle_t *handle, 123 lpi2c_master_edma_handle_t *handle, 135 status_t LPI2C_MasterTransferGetCountEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle, siz… 148 status_t LPI2C_MasterTransferAbortEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle);
|
D | fsl_lpi2c_edma.c | 62 static uint32_t LPI2C_GenerateCommands(lpi2c_master_edma_handle_t *handle); 114 lpi2c_master_edma_handle_t *handle, in LPI2C_MasterCreateEDMAHandle() 165 static uint32_t LPI2C_GenerateCommands(lpi2c_master_edma_handle_t *handle) in LPI2C_GenerateCommands() 249 lpi2c_master_edma_handle_t *handle, in LPI2C_MasterTransferEDMA() 457 status_t LPI2C_MasterTransferGetCountEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle, siz… in LPI2C_MasterTransferGetCountEDMA() 507 status_t LPI2C_MasterTransferAbortEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle) in LPI2C_MasterTransferAbortEDMA() 544 lpi2c_master_edma_handle_t *handle = (lpi2c_master_edma_handle_t *)userData; in LPI2C_MasterEDMACallback() 576 lpi2c_master_edma_handle_t *handle = (lpi2c_master_edma_handle_t *)lpi2cMasterEdmaHandle; in LPI2C_MasterTransferEdmaHandleIRQ()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c_edma.h | 33 typedef struct _lpi2c_master_edma_handle lpi2c_master_edma_handle_t; typedef 47 lpi2c_master_edma_handle_t *handle, 108 lpi2c_master_edma_handle_t *handle, 128 lpi2c_master_edma_handle_t *handle, 140 status_t LPI2C_MasterTransferGetCountEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle, siz… 153 status_t LPI2C_MasterTransferAbortEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle);
|
D | fsl_lpi2c_edma.c | 68 static uint32_t LPI2C_GenerateCommands(lpi2c_master_edma_handle_t *handle); 117 lpi2c_master_edma_handle_t *handle, in LPI2C_MasterCreateEDMAHandle() 158 static uint32_t LPI2C_GenerateCommands(lpi2c_master_edma_handle_t *handle) in LPI2C_GenerateCommands() 242 lpi2c_master_edma_handle_t *handle, in LPI2C_MasterTransferEDMA() 461 status_t LPI2C_MasterTransferGetCountEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle, siz… in LPI2C_MasterTransferGetCountEDMA() 511 status_t LPI2C_MasterTransferAbortEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle) in LPI2C_MasterTransferAbortEDMA() 548 lpi2c_master_edma_handle_t *handle = (lpi2c_master_edma_handle_t *)userData; in LPI2C_MasterEDMACallback() 578 lpi2c_master_edma_handle_t *handle = (lpi2c_master_edma_handle_t *)lpi2cMasterEdmaHandle; in LPI2C_MasterTransferEdmaHandleIRQ()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/lpi2c/ |
D | fsl_lpi2c_cmsis.c | 90 lpi2c_master_edma_handle_t *master_edma_handle; /*!< lpi2c EDMA transfer handle. */ 131 lpi2c_master_edma_handle_t *handle, in KSDK_LPI2C_MASTER_EdmaCallback() 935 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C0_EdmaHandle); 1123 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C1_EdmaHandle); 1310 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C2_EdmaHandle); 1498 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C3_EdmaHandle); 1684 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C4_EdmaHandle); 1870 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C5_EdmaHandle); 2056 AT_NONCACHEABLE_SECTION(static lpi2c_master_edma_handle_t LPI2C6_EdmaHandle);
|