/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_sdmmc.h | 352 #define SDMMC_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro 355 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_sdmmc.h | 335 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 338 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_sdmmc.h | 337 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 340 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_sdmmc.h | 359 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 362 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_sdmmc.h | 403 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 406 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_sdmmc.h | 359 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 362 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_sdmmc.h | 381 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 384 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_sdmmc.h | 403 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 406 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_sdmmc.h | 374 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro 377 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sdio.c | 361 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SDIO_Init()
|
D | stm32u5xx_hal_sd.c | 473 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
D | stm32u5xx_hal_mmc.c | 494 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_mmc.c | 438 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
|
D | stm32f7xx_hal_sd.c | 412 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sdio.c | 361 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SDIO_Init()
|
D | stm32n6xx_hal_sd.c | 473 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sdio.c | 361 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SDIO_Init()
|
D | stm32h7xx_hal_sd.c | 477 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sd.c | 440 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sd.c | 477 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_mmc.c | 430 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
|
D | stm32h5xx_hal_sd.c | 473 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sd.c | 473 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sd.c | 500 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
|
D | stm32l4xx_hal_mmc.c | 465 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
|