Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c4247 uint32_t node_idx = 0U; in DMA_List_FindNode() local
4256 while (node_idx < pQList->NodeNumber) in DMA_List_FindNode()
4259 if (node_idx == 0U) in DMA_List_FindNode()
4273 node_idx++; in DMA_List_FindNode()
4280 …while ((node_idx < pQList->NodeNumber) && (currentnode_address != ((uint32_t)pNode & DMA_CLLR_LA))) in DMA_List_FindNode()
4283 if (node_idx == 0U) in DMA_List_FindNode()
4297 node_idx++; in DMA_List_FindNode()
4311 NodeInfo->currentnode_pos = node_idx; in DMA_List_FindNode()
4338 uint32_t node_idx = 0U; in DMA_List_ResetQueueNodes() local
4344 while (node_idx < pQList->NodeNumber) in DMA_List_ResetQueueNodes()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma_ex.c4188 uint32_t node_idx = 0U; in DMA_List_FindNode() local
4197 while (node_idx < pQList->NodeNumber) in DMA_List_FindNode()
4200 if (node_idx == 0U) in DMA_List_FindNode()
4214 node_idx++; in DMA_List_FindNode()
4221 …while ((node_idx < pQList->NodeNumber) && (currentnode_address != ((uint32_t)pNode & DMA_CLLR_LA))) in DMA_List_FindNode()
4224 if (node_idx == 0U) in DMA_List_FindNode()
4238 node_idx++; in DMA_List_FindNode()
4252 NodeInfo->currentnode_pos = node_idx; in DMA_List_FindNode()
4279 uint32_t node_idx = 0U; in DMA_List_ResetQueueNodes() local
4285 while (node_idx < pQList->NodeNumber) in DMA_List_ResetQueueNodes()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c4246 uint32_t node_idx = 0U; in DMA_List_FindNode() local
4255 while (node_idx < pQList->NodeNumber) in DMA_List_FindNode()
4258 if (node_idx == 0U) in DMA_List_FindNode()
4272 node_idx++; in DMA_List_FindNode()
4279 …while ((node_idx < pQList->NodeNumber) && (currentnode_address != ((uint32_t)pNode & DMA_CLLR_LA))) in DMA_List_FindNode()
4282 if (node_idx == 0U) in DMA_List_FindNode()
4296 node_idx++; in DMA_List_FindNode()
4310 NodeInfo->currentnode_pos = node_idx; in DMA_List_FindNode()
4337 uint32_t node_idx = 0U; in DMA_List_ResetQueueNodes() local
4343 while (node_idx < pQList->NodeNumber) in DMA_List_ResetQueueNodes()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c3855 uint32_t node_idx = 0U; in DMA_List_FindNode() local
3864 while (node_idx < pQList->NodeNumber) in DMA_List_FindNode()
3867 if (node_idx == 0U) in DMA_List_FindNode()
3881 node_idx++; in DMA_List_FindNode()
3888 …while ((node_idx < pQList->NodeNumber) && (currentnode_address != ((uint32_t)pNode & DMA_CLLR_LA))) in DMA_List_FindNode()
3891 if (node_idx == 0U) in DMA_List_FindNode()
3905 node_idx++; in DMA_List_FindNode()
3919 NodeInfo->currentnode_pos = node_idx; in DMA_List_FindNode()
3946 uint32_t node_idx = 0U; in DMA_List_ResetQueueNodes() local
3952 while (node_idx < pQList->NodeNumber) in DMA_List_ResetQueueNodes()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma_ex.c4267 uint32_t node_idx = 0U; in DMA_List_FindNode() local
4276 while (node_idx < pQList->NodeNumber) in DMA_List_FindNode()
4279 if (node_idx == 0U) in DMA_List_FindNode()
4293 node_idx++; in DMA_List_FindNode()
4300 …while ((node_idx < pQList->NodeNumber) && (currentnode_address != ((uint32_t)pNode & DMA_CLLR_LA))) in DMA_List_FindNode()
4303 if (node_idx == 0U) in DMA_List_FindNode()
4317 node_idx++; in DMA_List_FindNode()
4331 NodeInfo->currentnode_pos = node_idx; in DMA_List_FindNode()
4358 uint32_t node_idx = 0U; in DMA_List_ResetQueueNodes() local
4364 while (node_idx < pQList->NodeNumber) in DMA_List_ResetQueueNodes()
[all …]