Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma_ex.c4378 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4390 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4393 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4395 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4396 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4397 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4421 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma_ex.c4422 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4434 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4437 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4439 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4440 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4441 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4465 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]