Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma_ex.c4381 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local
4394 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic()
4400 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4406 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic()
4411 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic()
4414 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic()
4425 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic()
4428 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic()
4446 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local
4465 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma_ex.c4425 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local
4438 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic()
4444 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic()
4450 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic()
4455 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic()
4458 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic()
4469 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic()
4472 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic()
4490 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local
4509 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic()
[all …]