Searched defs:DMA_SLAVE_CONFIG (Results 1 – 1 of 1) sorted by relevance
55 struct DMA_SLAVE_CONFIG { struct56 eDMA_TRANSFER_DIRECTION direction; /**< Transfer direction. */57 eDMA_SLAVE_BUSWIDTH srcAddrWidth; /**< The width in bytes of the source,60 eDMA_SLAVE_BUSWIDTH dstAddrWidth; /**< The same as srcAddrWidth. */61 uint32_t srcAddr; /**< The source physical address. */62 uint32_t dstAddr; /**< The destination physical address. */63 uint16_t srcMaxBurst; /**< The maximum number of words (note: words, as in69 uint16_t dstMaxBurst; /**< The same as srcMaxBurst for destination. */70 uint16_t srcInterlaceSize; /**< The interlace size for src mem increase */71 uint16_t dstInterlaceSize; /**< The interlace size for dst mem increase */
Completed in 5 milliseconds