Home
last modified time | relevance | path

Searched refs:SDMMC_CLOCK_POWER_SAVE_DISABLE (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h384 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000U) macro
387 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c475 Init.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_InitCard()