Home
last modified time | relevance | path

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

/bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/
A Dmain.c179 hsd.Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in MX_SDIO_SD_Init()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_sdio.h130 SDIO_CLOCK_POWER_SAVE_DISABLE = 0x00000000, enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_sdio.h72 SDIO_CLOCK_POWER_SAVE_DISABLE = 0x00000000, enumerator
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_sdio.h73 SDIO_CLOCK_POWER_SAVE_DISABLE, /*!< Disable power saving mode */ enumerator
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_sdio.c84 sdioConfig->clockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in SDIO_ConfigStructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A 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) || \
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_sdio.c94 sdioConfig->clockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in SDIO_ConfigStructInit()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_sdio.c94 sdioConfig->clockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in SDIO_ConfigStructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_sd.c412 Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()

Completed in 24 milliseconds