Home
last modified time | relevance | path

Searched refs:LL_RCC_DIRECT_HSE_IsEnabled (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc.c188 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_RCC_DeInit()
861 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_RCC_GetClockConfig()
874 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_RCC_GetClockConfig()
Dstm32wb0x_hal_pwr.c375 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_PWR_ConfigDEEPSTOP()
468 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_PWR_ConfigSHUTDOWN()
Dstm32wb0x_ll_rcc.c236 if (LL_RCC_DIRECT_HSE_IsEnabled()) in RCC_GetSystemClockFreq()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc.h1184 (LL_RCC_DIRECT_HSE_IsEnabled() ? RCC_SYSCLKSOURCE_DIRECT_HSE : RCC_SYSCLKSOURCE_RC64MPLL)
Dstm32wb0x_ll_rcc.h750 __STATIC_INLINE uint32_t LL_RCC_DIRECT_HSE_IsEnabled(void) in LL_RCC_DIRECT_HSE_IsEnabled() function