Lines Matching refs:BlockCount
179 …f *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount);
596 assert_param(IS_MDMA_BLOCK_COUNT(pNodeConfig->BlockCount)); in HAL_MDMA_LinkedList_CreateNode()
634 pNode->CBNDTR = ((pNodeConfig->BlockCount - 1U) << MDMA_CBNDTR_BRC_Pos) & MDMA_CBNDTR_BRC; in HAL_MDMA_LinkedList_CreateNode()
1072 …ef *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount) in HAL_MDMA_Start() argument
1076 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start()
1099 MDMA_SetConfig(hmdma, SrcAddress, DstAddress, BlockDataLength, BlockCount); in HAL_MDMA_Start()
1132 …ef *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount) in HAL_MDMA_Start_IT() argument
1136 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start_IT()
1159 MDMA_SetConfig(hmdma, SrcAddress, DstAddress, BlockDataLength, BlockCount); in HAL_MDMA_Start_IT()
1760 …ef *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount) in MDMA_SetConfig() argument
1768 …MODIFY_REG(hmdma->Instance->CBNDTR , MDMA_CBNDTR_BRC , ((BlockCount - 1U) << MDMA_CBNDTR_BRC_Pos) … in MDMA_SetConfig()