Searched defs:dstInc (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/ |
D | fsl_flexspi_dma.c | 155 uint32_t dstInc; in FLEXSPI_WriteDataDMA() local 314 uint32_t dstInc; in FLEXSPI_ReadDataDMA() local
|
D | fsl_dma.c | 276 uint32_t width = 0, srcInc = 0, dstInc = 0, transferCount = 0; in DMA_SetupDescriptor() local 352 uint32_t width = 0, srcInc = 0, dstInc = 0, transferCount = 0; in DMA_SetupChannelDescriptor() local
|
D | fsl_dma.h | 109 #define DMA_CHANNEL_XFER(reload, clrTrig, intA, intB, width, srcInc, dstInc, bytes) … argument 163 uint8_t dstInc; /*!< Increment destination address by 'dstInc' x 'byteWidth' */ member
|
/hal_nxp-2.7.6/mcux/drivers/lpc/ |
D | fsl_dma.c | 276 uint32_t width = 0, srcInc = 0, dstInc = 0, transferCount = 0; in DMA_SetupDescriptor() local 352 uint32_t width = 0, srcInc = 0, dstInc = 0, transferCount = 0; in DMA_SetupChannelDescriptor() local
|
D | fsl_dma.h | 109 #define DMA_CHANNEL_XFER(reload, clrTrig, intA, intB, width, srcInc, dstInc, bytes) … argument 163 uint8_t dstInc; /*!< Increment destination address by 'dstInc' x 'byteWidth' */ member
|