Home
last modified time | relevance | path

Searched refs:LL_RCC_SetRFWKPClockSource (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c209 LL_RCC_SetRFWKPClockSource(LL_RCC_RFWKP_CLKSOURCE_NONE); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h1209 #define __HAL_RCC_RFWAKEUP_CONFIG(__RFWKP_CLKSOURCE__) LL_RCC_SetRFWKPClockSource(__RFWKP_CLKSOURC…
Dstm32wbxx_ll_rcc.h2101 __STATIC_INLINE void LL_RCC_SetRFWKPClockSource(uint32_t Source) in LL_RCC_SetRFWKPClockSource() function