Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_rcc_ex.h1212 #define __HAL_RCC_GET_SMPS_SOURCE_STATUS() LL_RCC_GetSMPSClockSource()
H A Dstm32wbxx_ll_rcc.h2398 __STATIC_INLINE uint32_t LL_RCC_GetSMPSClockSource(void) in LL_RCC_GetSMPSClockSource() function
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rcc_ex.c1041 uint32_t smpsClockSource = LL_RCC_GetSMPSClockSource(); in HAL_RCCEx_GetPeriphCLKFreq()