Lines Matching refs:BlockCount
180 …f *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount);
608 assert_param(IS_MDMA_BLOCK_COUNT(pNodeConfig->BlockCount)); in HAL_MDMA_LinkedList_CreateNode()
646 pNode->CBNDTR = ((pNodeConfig->BlockCount - 1U) << MDMA_CBNDTR_BRC_Pos) & MDMA_CBNDTR_BRC; in HAL_MDMA_LinkedList_CreateNode()
1084 …ef *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount) in HAL_MDMA_Start() argument
1088 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start()
1111 MDMA_SetConfig(hmdma, SrcAddress, DstAddress, BlockDataLength, BlockCount); in HAL_MDMA_Start()
1144 …ef *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount) in HAL_MDMA_Start_IT() argument
1148 assert_param(IS_MDMA_BLOCK_COUNT(BlockCount)); in HAL_MDMA_Start_IT()
1171 MDMA_SetConfig(hmdma, SrcAddress, DstAddress, BlockDataLength, BlockCount); in HAL_MDMA_Start_IT()
1784 …ef *hmdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t BlockDataLength, uint32_t BlockCount) in MDMA_SetConfig() argument
1792 …MODIFY_REG(hmdma->Instance->CBNDTR , MDMA_CBNDTR_BRC , ((BlockCount - 1U) << MDMA_CBNDTR_BRC_Pos) … in MDMA_SetConfig()