Home
last modified time | relevance | path

Searched refs:SpeedMode (Results 1 – 16 of 16) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c2513 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()
Dstm32u5xx_hal_mmc.c2463 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/
Dstm32l5xx_hal_sd.c2557 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()
Dstm32l5xx_hal_mmc.c2503 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/
Dstm32h7xx_hal_sd.c2557 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()
Dstm32h7xx_hal_mmc.c2503 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/
Dstm32l4xx_hal_sd.c2808 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()
Dstm32l4xx_hal_mmc.c2699 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/
Dstm32l5xx_hal_sd.h685 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
Dstm32l5xx_hal_mmc.h685 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sd.h685 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
Dstm32h7xx_hal_mmc.h685 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mmc.h680 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
Dstm32u5xx_hal_sd.h680 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_mmc.h749 HAL_StatusTypeDef HAL_MMC_ConfigSpeedBusOperation(MMC_HandleTypeDef *hmmc, uint32_t SpeedMode);
Dstm32l4xx_hal_sd.h743 HAL_StatusTypeDef HAL_SD_ConfigSpeedBusOperation(SD_HandleTypeDef *hsd, uint32_t SpeedMode);