Searched refs:BlockRepeatCount (Results 1 – 2 of 2) sorted by relevance
451 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()
111 uint32_t BlockRepeatCount; /*!< Specifies the Block Repeat Count member2200 …igBlkCounters(const MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t BlockRepeatCount, uint32_t Blk… in LL_MDMA_ConfigBlkCounters() argument2206 …((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() argument2300 (BlockRepeatCount << MDMA_CBNDTR_BRC_Pos) & MDMA_CBNDTR_BRC_Msk); in LL_MDMA_SetBlkRepeatCount()