Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_mdma.c451 assert_param(IS_LL_MDMA_BLK_REPEATCOUNT(MDMA_InitStruct->BlockRepeatCount)); in LL_MDMA_Init()
530 …LL_MDMA_ConfigBlkCounters(MDMAx, Channel, MDMA_InitStruct->BlockRepeatCount, MDMA_InitStruct->Bloc… in LL_MDMA_Init()
599 MDMA_InitStruct->BlockRepeatCount = 0x00000000U; in LL_MDMA_StructInit()
643 assert_param(IS_LL_MDMA_BLK_REPEATCOUNT(MDMA_InitStruct->BlockRepeatCount)); in LL_MDMA_CreateLinkNode()
709 …pNode->CBNDTR = ((MDMA_InitStruct->BlockRepeatCount << MDMA_CBNDTR_BRC_Pos) & MDMA_CBNDTR_BRC_Msk… in LL_MDMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_mdma.h111 uint32_t BlockRepeatCount; /*!< Specifies the Block Repeat Count member
2200 …igBlkCounters(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t BlockRepeatCount, uint32_t Blk… in LL_MDMA_ConfigBlkCounters() argument
2206 …((BlockRepeatCount << MDMA_CBNDTR_BRC_Pos) & MDMA_CBNDTR_BRC_Msk) | (BlkDataLength & MDMA_CBNDTR_B… in LL_MDMA_ConfigBlkCounters()
2295 …d LL_MDMA_SetBlkRepeatCount(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t BlockRepeatCount) in LL_MDMA_SetBlkRepeatCount() argument
2300 (BlockRepeatCount << MDMA_CBNDTR_BRC_Pos) & MDMA_CBNDTR_BRC_Msk); in LL_MDMA_SetBlkRepeatCount()