Home
last modified time | relevance | path

Searched defs:dstInc (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_flexspi_dma.c155 uint32_t dstInc; in FLEXSPI_WriteDataDMA() local
314 uint32_t dstInc; in FLEXSPI_ReadDataDMA() local
Dfsl_dma.c276 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
Dfsl_dma.h109 #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/
Dfsl_dma.c276 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
Dfsl_dma.h109 #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