/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sd.c | 2563 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2570 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2577 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2709 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2769 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sd.c | 2520 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2527 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2534 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2666 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2726 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32u5xx_hal_mmc.c | 2539 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2547 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2555 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_sd.c | 2542 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2549 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2556 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2688 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2748 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32h5xx_hal_mmc.c | 2488 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2496 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2504 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sd.c | 2538 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2545 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2552 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2684 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2744 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sd.c | 2563 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2570 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2577 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2709 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2769 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32h7xx_hal_mmc.c | 2582 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2590 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2598 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sd.c | 2520 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2527 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2534 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2666 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2726 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sd.c | 2804 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode) in HAL_SD_ConfigSpeedBusOperation() argument 2811 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_SD_ConfigSpeedBusOperation() 2817 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation() 2925 switch (SpeedMode) in HAL_SD_ConfigSpeedBusOperation()
|
D | stm32l4xx_hal_mmc.c | 2695 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode) in HAL_MMC_ConfigSpeedBusOperation() argument 2703 assert_param(IS_SDMMC_SPEED_MODE(SpeedMode)); in HAL_MMC_ConfigSpeedBusOperation() 2711 switch (SpeedMode) in HAL_MMC_ConfigSpeedBusOperation()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_sd.h | 681 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
D | stm32n6xx_hal_mmc.h | 710 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_mmc.h | 685 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
D | stm32h5xx_hal_sd.h | 681 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
/hal_stm32-latest/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 | 714 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-latest/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 | 714 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_sd.h | 681 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
D | stm32h7rsxx_hal_mmc.h | 710 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_sd.h | 681 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
|
D | stm32u5xx_hal_mmc.h | 710 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_mmc.h | 752 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);
|