Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c665 uint32_t LL_RCC_GetCLK48ClockFreq(uint32_t CLK48xSource) in LL_RCC_GetCLK48ClockFreq() argument
670 assert_param(IS_LL_RCC_CLK48_CLKSOURCE(CLK48xSource)); in LL_RCC_GetCLK48ClockFreq()
673 switch (LL_RCC_GetCLK48ClockSource(CLK48xSource)) in LL_RCC_GetCLK48ClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h2609 __STATIC_INLINE void LL_RCC_SetCLK48ClockSource(uint32_t CLK48xSource) in LL_RCC_SetCLK48ClockSource() argument
2611 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_CLK48SEL, CLK48xSource); in LL_RCC_SetCLK48ClockSource()
2649 __STATIC_INLINE void LL_RCC_ConfigRNGClockSource(uint32_t RNGxSource, uint32_t CLK48xSource) in LL_RCC_ConfigRNGClockSource() argument
2653 LL_RCC_SetCLK48ClockSource(CLK48xSource); in LL_RCC_ConfigRNGClockSource()
4529 uint32_t LL_RCC_GetCLK48ClockFreq(uint32_t CLK48xSource);