Home
last modified time | relevance | path

Searched refs:pSrcQList (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma_ex.c2192 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList, in HAL_DMAEx_List_InsertQ() argument
2202 if ((pSrcQList == NULL) || (pDestQList == NULL)) in HAL_DMAEx_List_InsertQ()
2208 if (pSrcQList->Head == NULL) in HAL_DMAEx_List_InsertQ()
2211 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_EMPTY; in HAL_DMAEx_List_InsertQ()
2217 if (pSrcQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertQ()
2220 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2235 if (pSrcQList->FirstCircularNode != NULL) in HAL_DMAEx_List_InsertQ()
2238 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2244 if (DMA_List_CheckNodesBaseAddresses(pSrcQList->Head, pPrevNode, pDestQList->Head) != 0U) in HAL_DMAEx_List_InsertQ()
2247 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_OUTOFRANGE; in HAL_DMAEx_List_InsertQ()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma_ex.c2176 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList, in HAL_DMAEx_List_InsertQ() argument
2186 if ((pSrcQList == NULL) || (pDestQList == NULL)) in HAL_DMAEx_List_InsertQ()
2192 if (pSrcQList->Head == NULL) in HAL_DMAEx_List_InsertQ()
2195 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_EMPTY; in HAL_DMAEx_List_InsertQ()
2201 if (pSrcQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertQ()
2204 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2219 if (pSrcQList->FirstCircularNode != NULL) in HAL_DMAEx_List_InsertQ()
2222 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2228 if (DMA_List_CheckNodesBaseAddresses(pSrcQList->Head, pPrevNode, pDestQList->Head) != 0U) in HAL_DMAEx_List_InsertQ()
2231 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_OUTOFRANGE; in HAL_DMAEx_List_InsertQ()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma_ex.c2192 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList, in HAL_DMAEx_List_InsertQ() argument
2202 if ((pSrcQList == NULL) || (pDestQList == NULL)) in HAL_DMAEx_List_InsertQ()
2208 if (pSrcQList->Head == NULL) in HAL_DMAEx_List_InsertQ()
2211 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_EMPTY; in HAL_DMAEx_List_InsertQ()
2217 if (pSrcQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertQ()
2220 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2235 if (pSrcQList->FirstCircularNode != NULL) in HAL_DMAEx_List_InsertQ()
2238 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2244 if (DMA_List_CheckNodesBaseAddresses(pSrcQList->Head, pPrevNode, pDestQList->Head) != 0U) in HAL_DMAEx_List_InsertQ()
2247 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_OUTOFRANGE; in HAL_DMAEx_List_InsertQ()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma_ex.c2136 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList, in HAL_DMAEx_List_InsertQ() argument
2146 if ((pSrcQList == NULL) || (pDestQList == NULL)) in HAL_DMAEx_List_InsertQ()
2152 if (pSrcQList->Head == NULL) in HAL_DMAEx_List_InsertQ()
2155 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_EMPTY; in HAL_DMAEx_List_InsertQ()
2161 if (pSrcQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertQ()
2164 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2179 if (pSrcQList->FirstCircularNode != NULL) in HAL_DMAEx_List_InsertQ()
2182 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2188 if (DMA_List_CheckNodesBaseAddresses(pSrcQList->Head, pPrevNode, pDestQList->Head) != 0U) in HAL_DMAEx_List_InsertQ()
2191 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_OUTOFRANGE; in HAL_DMAEx_List_InsertQ()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma_ex.c2212 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList, in HAL_DMAEx_List_InsertQ() argument
2222 if ((pSrcQList == NULL) || (pDestQList == NULL)) in HAL_DMAEx_List_InsertQ()
2228 if (pSrcQList->Head == NULL) in HAL_DMAEx_List_InsertQ()
2231 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_EMPTY; in HAL_DMAEx_List_InsertQ()
2237 if (pSrcQList->Type == QUEUE_TYPE_DYNAMIC) in HAL_DMAEx_List_InsertQ()
2240 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2255 if (pSrcQList->FirstCircularNode != NULL) in HAL_DMAEx_List_InsertQ()
2258 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_INVALIDTYPE; in HAL_DMAEx_List_InsertQ()
2264 if (DMA_List_CheckNodesBaseAddresses(pSrcQList->Head, pPrevNode, pDestQList->Head) != 0U) in HAL_DMAEx_List_InsertQ()
2267 pSrcQList->ErrorCode = HAL_DMA_QUEUE_ERROR_OUTOFRANGE; in HAL_DMAEx_List_InsertQ()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma_ex.h372 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList,
375 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Head(DMA_QListTypeDef *const pSrcQList,
377 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Tail(DMA_QListTypeDef *const pSrcQList,
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma_ex.h509 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList,
512 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Head(DMA_QListTypeDef *const pSrcQList,
514 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Tail(DMA_QListTypeDef *const pSrcQList,
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma_ex.h492 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList,
495 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Head(DMA_QListTypeDef *const pSrcQList,
497 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Tail(DMA_QListTypeDef *const pSrcQList,
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma_ex.h507 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList,
510 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Head(DMA_QListTypeDef *const pSrcQList,
512 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Tail(DMA_QListTypeDef *const pSrcQList,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma_ex.h649 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ(DMA_QListTypeDef *const pSrcQList,
652 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Head(DMA_QListTypeDef *const pSrcQList,
654 HAL_StatusTypeDef HAL_DMAEx_List_InsertQ_Tail(DMA_QListTypeDef *const pSrcQList,