Searched refs:linkListAddr (Results 1 – 4 of 4) sorted by relevance
36 #define GDMA_DESC_LLI(linkListAddr, stopAfterDescFinished, enableDescInterrupt) … argument37 …(((uint32_t)(linkListAddr)&GDMA_LLI_LLI_MASK) | ((enableDescInterrupt) ? GDMA_LLI_DESC_INT_EN_MASK…213 uint32_t linkListAddr; /*!< Link list address, only used when @ref enableLinkList is true. */ member
190 (config->linkListAddr & GDMA_LLI_LLI_MASK) /* LLI address. */ in GDMA_SetChannelTransferConfig()
204 xferConfig.linkListAddr = 0; /* Don't use LLI */ in HAL_ImuGdmaCopyData()
207 xferConfig.linkListAddr = 0; /* Don't use LLI */ in HAL_ImuGdmaCopyData()