Home
last modified time | relevance | path

Searched refs:SDMMCxSource (Results 1 – 19 of 19) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c883 uint32_t LL_RCC_GetSDMMCKernelClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCKernelClockFreq() argument
888 assert_param(IS_LL_RCC_SDMMC_KERNELCLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCKernelClockFreq()
891 switch (LL_RCC_GetSDMMCKernelClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCKernelClockFreq()
922 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
927 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
930 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c968 uint32_t LL_RCC_GetSDMMCKernelClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCKernelClockFreq() argument
973 assert_param(IS_LL_RCC_SDMMC_KERNELCLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCKernelClockFreq()
976 switch (LL_RCC_GetSDMMCKernelClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCKernelClockFreq()
1009 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
1014 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
1017 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c885 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
890 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
892 if (SDMMCxSource == LL_RCC_SDMMC1_CLKSOURCE) in LL_RCC_GetSDMMCClockFreq()
895 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
927 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1210 uint32_t LL_RCC_GetSDMMCKernelClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCKernelClockFreq() argument
1215 assert_param(IS_LL_RCC_SDMMC_KERNELCLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCKernelClockFreq()
1218 switch (LL_RCC_GetSDMMCKernelClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCKernelClockFreq()
1249 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
1254 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
1257 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c2699 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
2705 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
2707 if (SDMMCxSource == LL_RCC_SDMMC1_CLKSOURCE) in LL_RCC_GetSDMMCClockFreq()
2710 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
2741 else if (SDMMCxSource == LL_RCC_SDMMC2_CLKSOURCE) in LL_RCC_GetSDMMCClockFreq()
2744 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h2494 __STATIC_INLINE void LL_RCC_SetSDMMCKernelClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCKernelClockSource() argument
2496 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_SDMMCSEL, SDMMCxSource); in LL_RCC_SetSDMMCKernelClockSource()
2509 __STATIC_INLINE void LL_RCC_SetSDMMCClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCClockSource() argument
2511 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_CLK48MSEL, SDMMCxSource); in LL_RCC_SetSDMMCClockSource()
4801 uint32_t LL_RCC_GetSDMMCKernelClockFreq(uint32_t SDMMCxSource);
4802 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3078 __STATIC_INLINE void LL_RCC_SetSDMMCKernelClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCKernelClockSource() argument
3080 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_SDMMCSEL, SDMMCxSource); in LL_RCC_SetSDMMCKernelClockSource()
3097 __STATIC_INLINE void LL_RCC_SetSDMMCClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCClockSource() argument
3099 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_CLK48SEL, SDMMCxSource); in LL_RCC_SetSDMMCClockSource()
6182 uint32_t LL_RCC_GetSDMMCKernelClockFreq(uint32_t SDMMCxSource);
6184 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h3064 __STATIC_INLINE void LL_RCC_SetSDMMCKernelClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCKernelClockSource() argument
3066 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_SDMMCSEL, SDMMCxSource); in LL_RCC_SetSDMMCKernelClockSource()
3079 __STATIC_INLINE void LL_RCC_SetSDMMCClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCClockSource() argument
3081 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_ICLKSEL, SDMMCxSource); in LL_RCC_SetSDMMCClockSource()
6074 uint32_t LL_RCC_GetSDMMCKernelClockFreq(uint32_t SDMMCxSource);
6075 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c1152 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
1158 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
1160 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1145 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
1151 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
1153 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h2520 __STATIC_INLINE void LL_RCC_SetSDMMCClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCClockSource() argument
2522 MODIFY_REG(RCC->DCKCFGR2, (SDMMCxSource & 0xFFFF0000U), (SDMMCxSource << 16U)); in LL_RCC_SetSDMMCClockSource()
5126 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c977 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
982 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c2548 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource) in LL_RCC_GetSDMMCClockFreq() argument
2554 assert_param(IS_LL_RCC_SDMMC_CLKSOURCE(SDMMCxSource)); in LL_RCC_GetSDMMCClockFreq()
2556 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in LL_RCC_GetSDMMCClockFreq()
Dstm32n6xx_hal_rcc_ex.c82 static uint32_t RCCEx_GetSDMMCCLKFreq(uint32_t SDMMCxSource);
5047 static uint32_t RCCEx_GetSDMMCCLKFreq(uint32_t SDMMCxSource) in RCCEx_GetSDMMCCLKFreq() argument
5052 switch (LL_RCC_GetSDMMCClockSource(SDMMCxSource)) in RCCEx_GetSDMMCCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h2991 __STATIC_INLINE void LL_RCC_SetSDMMCClockSource(uint32_t SDMMCxSource) in LL_RCC_SetSDMMCClockSource() argument
2993 LL_RCC_SetClockSource(SDMMCxSource); in LL_RCC_SetSDMMCClockSource()
6049 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h5973 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h5900 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h6355 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h8744 uint32_t LL_RCC_GetSDMMCClockFreq(uint32_t SDMMCxSource);