Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c470 …assert_param(IS_LL_MDMA_BLKRPT_DEST_ADDRUPDATEMODE(MDMA_InitStruct->BlockRepeatDestAddrUpdateMode)… in LL_MDMA_Init()
532 …LL_MDMA_ConfigBlkRepeatAddrUpdate(MDMAx, Channel, MDMA_InitStruct->BlockRepeatDestAddrUpdateMode |… in LL_MDMA_Init()
618 MDMA_InitStruct->BlockRepeatDestAddrUpdateMode = LL_MDMA_BLK_RPT_DEST_ADDR_INCREMENT; in LL_MDMA_StructInit()
659 …assert_param(IS_LL_MDMA_BLKRPT_DEST_ADDRUPDATEMODE(MDMA_InitStruct->BlockRepeatDestAddrUpdateMode)… in LL_MDMA_CreateLinkNode()
710 … MDMA_InitStruct->BlockRepeatDestAddrUpdateMode | \ in LL_MDMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h115 …uint32_t BlockRepeatDestAddrUpdateMode; /*!< Specifies the block repeat destination address update… member