Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma_ex.c1139 DMA_NodeInQInfoTypeDef node_info; in HAL_DMAEx_List_InsertNode() local
1213 node_info.cllr_offset = cllr_offset; in HAL_DMAEx_List_InsertNode()
1214 if (DMA_List_FindNode(pQList, pPrevNode, &node_info) == 0U) in HAL_DMAEx_List_InsertNode()
1217 if (node_info.currentnode_pos == pQList->NodeNumber) in HAL_DMAEx_List_InsertNode()
1347 DMA_NodeInQInfoTypeDef node_info; in HAL_DMAEx_List_InsertNode_Tail() local
1394 node_info.cllr_offset = cllr_offset; in HAL_DMAEx_List_InsertNode_Tail()
1395 (void)DMA_List_FindNode(pQList, NULL, &node_info); in HAL_DMAEx_List_InsertNode_Tail()
1403 ((DMA_NodeTypeDef *)node_info.currentnode_addr)->LinkRegisters[cllr_offset] = in HAL_DMAEx_List_InsertNode_Tail()
1417 UNUSED(node_info); in HAL_DMAEx_List_InsertNode_Tail()
1434 DMA_NodeInQInfoTypeDef node_info; in HAL_DMAEx_List_RemoveNode() local
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma_ex.c1145 DMA_NodeInQInfoTypeDef node_info; in HAL_DMAEx_List_InsertNode() local
1219 node_info.cllr_offset = cllr_offset; in HAL_DMAEx_List_InsertNode()
1220 if (DMA_List_FindNode(pQList, pPrevNode, &node_info) == 0U) in HAL_DMAEx_List_InsertNode()
1223 if (node_info.currentnode_pos == pQList->NodeNumber) in HAL_DMAEx_List_InsertNode()
1353 DMA_NodeInQInfoTypeDef node_info; in HAL_DMAEx_List_InsertNode_Tail() local
1400 node_info.cllr_offset = cllr_offset; in HAL_DMAEx_List_InsertNode_Tail()
1401 (void)DMA_List_FindNode(pQList, NULL, &node_info); in HAL_DMAEx_List_InsertNode_Tail()
1409 ((DMA_NodeTypeDef *)node_info.currentnode_addr)->LinkRegisters[cllr_offset] = in HAL_DMAEx_List_InsertNode_Tail()
1423 UNUSED(node_info); in HAL_DMAEx_List_InsertNode_Tail()
1440 DMA_NodeInQInfoTypeDef node_info; in HAL_DMAEx_List_RemoveNode() local
[all …]