Home
last modified time | relevance | path

Searched refs:SDIO_CLOCK_POWER_SAVE_DISABLE (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h353 #define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro
356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h353 #define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro
356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h353 #define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro
356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h353 #define SDIO_CLOCK_POWER_SAVE_DISABLE 0x00000000U macro
356 #define IS_SDIO_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDIO_CLOCK_POWER_SAVE_DISABLE) || \
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c405 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
2158 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_ConfigWideBusOperation()
Dstm32f4xx_hal_sd.c412 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c405 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
2109 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_ConfigWideBusOperation()
Dstm32f1xx_hal_sd.c412 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c405 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_InitCard()
2109 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_MMC_ConfigWideBusOperation()
Dstm32f2xx_hal_sd.c412 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c412 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()