HAL + 0/12 examples
CodeScope will show references to SDIO_InitTypeDef::ClockPowerSave from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDIO_InitTypeDef::ClockPowerSave

SDIO_InitTypeDef::ClockPowerSave field

Specifies whether SDMMC Clock output is enabled or disabled when the bus is idle. This parameter can be a value of SDMMC_LL_Clock_Power_Save

Syntax

uint32_t ClockPowerSave;

Examples

SDIO_InitTypeDef::ClockPowerSave is referenced by 12 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_sdmmc.h:57
uint32_t ClockPowerSave; /*!< Specifies whether SDMMC Clock output is enabled or
stm32f4xx_hal_mmc.c:438HAL_MMC_InitCard()
Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE;
stm32f4xx_hal_sd.c:347HAL_SD_Init()
assert_param(IS_SDIO_CLOCK_POWER_SAVE(hsd->Init.ClockPowerSave));
stm32f4xx_hal_sd.c:412HAL_SD_InitCard()
Init.ClockPowerSave = SDIO_CLOCK_POWER_SAVE_DISABLE;
stm32f4xx_hal_sd.c:2299HAL_SD_ConfigWideBusOperation()
Init.ClockPowerSave = hsd->Init.ClockPowerSave;
stm32f4xx_ll_sdmmc.c:215SDIO_Init()
assert_param(IS_SDIO_CLOCK_POWER_SAVE(Init.ClockPowerSave));
stm32f4xx_ll_sdmmc.c:223SDIO_Init()
Init.ClockPowerSave |\

Data Use

Functions writing SDIO_InitTypeDef::ClockPowerSave
Functions reading SDIO_InitTypeDef::ClockPowerSave
SDIO_InitTypeDef::ClockPowerSave
Type of SDIO_InitTypeDef::ClockPowerSave
SDIO_InitTypeDef::ClockPowerSave
uint32_t
all items filtered out