/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sd.c | 2513 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2520 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2527 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2630 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2681 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32u5xx_hal_mmc.c | 2463 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2471 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2479 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sd.c | 2557 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2564 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2571 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2674 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2725 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32l5xx_hal_mmc.c | 2503 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2511 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2519 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sd.c | 2557 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2564 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2571 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2674 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2725 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32h7xx_hal_mmc.c | 2503 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2511 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2519 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sd.c | 2808 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2815 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2821 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2929 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32l4xx_hal_mmc.c | 2699 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2707 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2715 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_sd.h | 685 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
D | stm32l5xx_hal_mmc.h | 685 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_sd.h | 685 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
D | stm32h7xx_hal_mmc.h | 685 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_mmc.h | 680 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
D | stm32u5xx_hal_sd.h | 680 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_mmc.h | 749 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
D | stm32l4xx_hal_sd.h | 743 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|