Searched refs:current_node (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma_ex.c | 4406 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local 4419 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic() 4425 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic() 4431 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4436 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic() 4439 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4450 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic() 4453 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic() 4471 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local 4490 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dma_ex.c | 4347 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local 4360 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic() 4366 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic() 4372 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4377 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic() 4380 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4391 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic() 4394 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic() 4412 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local 4431 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma_ex.c | 4405 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local 4418 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic() 4424 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic() 4430 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4435 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic() 4438 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4449 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic() 4452 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic() 4470 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local 4489 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma_ex.c | 4014 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local 4027 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic() 4033 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic() 4039 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4044 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic() 4047 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4058 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic() 4061 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic() 4079 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local 4098 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dma_ex.c | 4426 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToDynamic() local 4439 current_node->LinkRegisters[currentnode_reg_counter]) && in DMA_List_ConvertNodeToDynamic() 4445 … DMA_List_FormatNode(current_node, currentnode_reg_counter, RegisterNumber, NODE_DYNAMIC_FORMAT); in DMA_List_ConvertNodeToDynamic() 4451 current_node->LinkRegisters[cllr_idx] &= ~update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4456 …context_node->LinkRegisters[contextnode_reg_counter] = current_node->LinkRegisters[currentnode_reg… in DMA_List_ConvertNodeToDynamic() 4459 current_node->LinkRegisters[cllr_idx] |= update_link[contextnode_reg_counter]; in DMA_List_ConvertNodeToDynamic() 4470 …MODIFY_REG(current_node->NodeInfo, NODE_CLLR_IDX, ((currentnode_reg_counter - 1U) << NODE_CLLR_IDX… in DMA_List_ConvertNodeToDynamic() 4473 DMA_List_ClearUnusedFields(current_node, currentnode_reg_counter); in DMA_List_ConvertNodeToDynamic() 4491 DMA_NodeTypeDef *current_node = (DMA_NodeTypeDef *)CurrentNodeAddr; in DMA_List_ConvertNodeToStatic() local 4510 … DMA_List_FormatNode(current_node, contextnode_reg_counter, RegisterNumber, NODE_STATIC_FORMAT); in DMA_List_ConvertNodeToStatic() [all …]
|