Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c4403 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4415 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4418 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4420 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4421 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4422 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4446 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma_ex.c4344 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4356 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4359 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4361 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4362 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4363 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4387 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c4402 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4414 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4417 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4419 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4420 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4421 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4445 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c4011 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4023 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4026 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4028 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4029 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4030 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4054 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma_ex.c4423 uint32_t contextnode_reg_counter = 0U; in DMA_List_ConvertNodeToDynamic() local
4435 while (contextnode_reg_counter != RegisterNumber) in DMA_List_ConvertNodeToDynamic()
4438 if ((context_node->LinkRegisters[contextnode_reg_counter] == in DMA_List_ConvertNodeToDynamic()
4440 (contextnode_reg_counter != NODE_CSAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4441 (contextnode_reg_counter != NODE_CDAR_DEFAULT_OFFSET) && in DMA_List_ConvertNodeToDynamic()
4442 (contextnode_reg_counter != (RegisterNumber - 1U))) 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()
4466 contextnode_reg_counter++; in DMA_List_ConvertNodeToDynamic()
[all …]