Home
last modified time | relevance | path

Searched refs:IncSize (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h1786 …E void LL_MDMA_SetDestinationIncSize(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t IncSize) in LL_MDMA_SetDestinationIncSize() argument
1790 …nel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTCR, MDMA_CTCR_DINCOS, IncSize); in LL_MDMA_SetDestinationIncSize()
1856 …INLINE void LL_MDMA_SetSourceIncSize(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t IncSize) in LL_MDMA_SetSourceIncSize() argument
1860 …nel_TypeDef *)(mdma_base_addr + LL_MDMA_CH_OFFSET_TAB[Channel]))->CTCR, MDMA_CTCR_SINCOS, IncSize); in LL_MDMA_SetSourceIncSize()