Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c682 uint32_t LL_RCC_GetSDIOClockFreq(uint32_t SDIOxSource) in LL_RCC_GetSDIOClockFreq() argument
687 assert_param(IS_LL_RCC_SDIO_CLKSOURCE(SDIOxSource)); in LL_RCC_GetSDIOClockFreq()
689 if (SDIOxSource == LL_RCC_SDIO_CLKSOURCE) in LL_RCC_GetSDIOClockFreq()
693 switch (LL_RCC_GetSDIOClockSource(SDIOxSource)) in LL_RCC_GetSDIOClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h3482 __STATIC_INLINE void LL_RCC_SetSDIOClockSource(uint32_t SDIOxSource) in LL_RCC_SetSDIOClockSource() argument
3485 MODIFY_REG(RCC->DCKCFGR, RCC_DCKCFGR_SDIOSEL, SDIOxSource); in LL_RCC_SetSDIOClockSource()
3487 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_SDIOSEL, SDIOxSource); in LL_RCC_SetSDIOClockSource()
7052 uint32_t LL_RCC_GetSDIOClockFreq(uint32_t SDIOxSource);