Home
last modified time | relevance | path

Searched refs:pNodeConf (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_sdmmc.c1624 …C_DMALinkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, SDMMC_DMALinkNodeConfTypeDef *pNodeConf) in SDMMC_DMALinkedList_BuildNode() argument
1627 if ((pNode == NULL) || (pNodeConf == NULL)) in SDMMC_DMALinkedList_BuildNode()
1632 pNode->IDMABASER = pNodeConf->BufferAddress; in SDMMC_DMALinkedList_BuildNode()
1633 pNode->IDMABSIZE = pNodeConf->BufferSize; in SDMMC_DMALinkedList_BuildNode()
Dstm32h5xx_hal_sd_ex.c82 …AL_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf) in HAL_SDEx_DMALinkedList_BuildNode() argument
85 (void)SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf); in HAL_SDEx_DMALinkedList_BuildNode()
Dstm32h5xx_hal_mmc_ex.c85 MMC_DMALinkNodeConfTypeDef *pNodeConf) in HAL_MMCEx_DMALinkedList_BuildNode() argument
88 if (SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf) != SDMMC_ERROR_NONE) in HAL_MMCEx_DMALinkedList_BuildNode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_sdmmc.c1648 …C_DMALinkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, SDMMC_DMALinkNodeConfTypeDef *pNodeConf) in SDMMC_DMALinkedList_BuildNode() argument
1651 if ((pNode == NULL) || (pNodeConf == NULL)) in SDMMC_DMALinkedList_BuildNode()
1656 pNode->IDMABASER = pNodeConf->BufferAddress; in SDMMC_DMALinkedList_BuildNode()
1657 pNode->IDMABSIZE = pNodeConf->BufferSize; in SDMMC_DMALinkedList_BuildNode()
Dstm32h7rsxx_hal_sd_ex.c82 …AL_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf) in HAL_SDEx_DMALinkedList_BuildNode() argument
85 (void)SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf); in HAL_SDEx_DMALinkedList_BuildNode()
Dstm32h7rsxx_hal_mmc_ex.c85 MMC_DMALinkNodeConfTypeDef *pNodeConf) in HAL_MMCEx_DMALinkedList_BuildNode() argument
88 if (SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf) != SDMMC_ERROR_NONE) in HAL_MMCEx_DMALinkedList_BuildNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd_ex.c82 …AL_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf) in HAL_SDEx_DMALinkedList_BuildNode() argument
85 (void)SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf); in HAL_SDEx_DMALinkedList_BuildNode()
Dstm32u5xx_hal_mmc_ex.c84 MMC_DMALinkNodeConfTypeDef *pNodeConf) in HAL_MMCEx_DMALinkedList_BuildNode() argument
87 if (SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf) != SDMMC_ERROR_NONE) in HAL_MMCEx_DMALinkedList_BuildNode()
Dstm32u5xx_ll_sdmmc.c1852 …inkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, const SDMMC_DMALinkNodeConfTypeDef *pNodeConf) in SDMMC_DMALinkedList_BuildNode() argument
1855 if ((pNode == NULL) || (pNodeConf == NULL)) in SDMMC_DMALinkedList_BuildNode()
1860 pNode->IDMABASER = pNodeConf->BufferAddress; in SDMMC_DMALinkedList_BuildNode()
1861 pNode->IDMABSIZE = pNodeConf->BufferSize; in SDMMC_DMALinkedList_BuildNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sd_ex.c82 …AL_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf) in HAL_SDEx_DMALinkedList_BuildNode() argument
85 (void)SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf); in HAL_SDEx_DMALinkedList_BuildNode()
Dstm32n6xx_hal_mmc_ex.c84 MMC_DMALinkNodeConfTypeDef *pNodeConf) in HAL_MMCEx_DMALinkedList_BuildNode() argument
87 if (SDMMC_DMALinkedList_BuildNode(pNode, pNodeConf) != SDMMC_ERROR_NONE) in HAL_MMCEx_DMALinkedList_BuildNode()
Dstm32n6xx_ll_sdmmc.c1852 …inkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, const SDMMC_DMALinkNodeConfTypeDef *pNodeConf) in SDMMC_DMALinkedList_BuildNode() argument
1855 if ((pNode == NULL) || (pNodeConf == NULL)) in SDMMC_DMALinkedList_BuildNode()
1860 pNode->IDMABASER = pNodeConf->BufferAddress; in SDMMC_DMALinkedList_BuildNode()
1861 pNode->IDMABSIZE = pNodeConf->BufferSize; in SDMMC_DMALinkedList_BuildNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_sd_ex.h77 …L_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32n6xx_hal_mmc_ex.h80 MMC_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32n6xx_ll_sdmmc.h1286 …nkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, const SDMMC_DMALinkNodeConfTypeDef *pNodeConf);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_mmc_ex.h78 MMC_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32h5xx_hal_sd_ex.h77 …L_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32h5xx_ll_sdmmc.h1126 …_DMALinkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, SDMMC_DMALinkNodeConfTypeDef *pNodeConf);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mmc_ex.h80 MMC_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32u5xx_hal_sd_ex.h77 …L_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32u5xx_ll_sdmmc.h1286 …nkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, const SDMMC_DMALinkNodeConfTypeDef *pNodeConf);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mmc_ex.h78 MMC_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32h7rsxx_hal_sd_ex.h77 …L_SDEx_DMALinkedList_BuildNode(SD_DMALinkNodeTypeDef *pNode, SD_DMALinkNodeConfTypeDef *pNodeConf);
Dstm32h7rsxx_ll_sdmmc.h1129 …_DMALinkedList_BuildNode(SDMMC_DMALinkNodeTypeDef *pNode, SDMMC_DMALinkNodeConfTypeDef *pNodeConf);