Home
last modified time | relevance | path

Searched refs:SDMMC_ERROR_INVALID_PARAMETER (Results 1 – 25 of 43) sorted by relevance

12

/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_sdmmc.c1629 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_BuildNode()
1666 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_InsertNode()
1686 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_InsertNode()
1720 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_RemoveNode()
1736 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_RemoveNode()
1771 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_LockNode()
1790 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_UnlockNode()
1809 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_EnableCircularMode()
1827 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_DisableCircularMode()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_sdmmc.c1629 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_BuildNode()
1666 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_InsertNode()
1686 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_InsertNode()
1720 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_RemoveNode()
1736 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_RemoveNode()
1771 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_LockNode()
1790 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_UnlockNode()
1809 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_EnableCircularMode()
1827 return SDMMC_ERROR_INVALID_PARAMETER; in SDMMC_DMALinkedList_DisableCircularMode()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_mmc.h304 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
311 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32f7xx_hal_sd.h325 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used par…
332 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
Dstm32f7xx_ll_sdmmc.h162 #define SDMMC_ERROR_INVALID_PARAMETER 0x08000000U /*!< the used parameter is n… macro
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_mmc.h304 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
311 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32f1xx_hal_sd.h325 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used par…
332 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
Dstm32f1xx_ll_sdmmc.h162 #define SDMMC_ERROR_INVALID_PARAMETER 0x08000000U /*!< the used parameter is n… macro
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_mmc.h304 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
311 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32f4xx_hal_sd.h325 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used par…
332 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
Dstm32f4xx_ll_sdmmc.h162 #define SDMMC_ERROR_INVALID_PARAMETER 0x08000000U /*!< the used parameter is n… macro
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_mmc.h304 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
311 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32f2xx_hal_sd.h325 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used par…
332 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_sd.h325 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used par…
332 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mmc.h310 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
317 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32h7xx_hal_sd.h340 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used…
347 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_mmc.h307 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
314 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32h5xx_hal_sd.h337 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used…
344 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sd.h338 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used…
345 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_mmc.h310 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
317 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32l5xx_hal_sd.h340 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used…
347 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mmc.h307 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
314 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…
Dstm32u5xx_hal_sd.h337 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used…
344 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_sd.h355 #define HAL_SD_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used…
362 #define HAL_SD_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid call…
Dstm32l4xx_hal_mmc.h325 #define HAL_MMC_ERROR_PARAM SDMMC_ERROR_INVALID_PARAMETER /*!< the used pa…
332 #define HAL_MMC_ERROR_INVALID_CALLBACK SDMMC_ERROR_INVALID_PARAMETER /*!< Invalid cal…

12