Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Src/
H A Dmain.c204 LL_RCC_SetRFWKPClockSource(LL_RCC_RFWKP_CLKSOURCE_LSE); in PeriphClock_Config()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rcc_ex.h1149 #define __HAL_RCC_RFWAKEUP_CONFIG(__RFWKP_CLKSOURCE__) LL_RCC_SetRFWKPClockSource(__RFWKP_CLKSOURC…
H A Dstm32wbxx_ll_rcc.h2085 __STATIC_INLINE void LL_RCC_SetRFWKPClockSource(uint32_t Source) in LL_RCC_SetRFWKPClockSource() function