Searched refs:LL_RCC_DIRECT_HSE_IsEnabled (Results 1 – 5 of 5) sorted by relevance
188 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()
375 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_PWR_ConfigDEEPSTOP()468 if (LL_RCC_DIRECT_HSE_IsEnabled()) in HAL_PWR_ConfigSHUTDOWN()
236 if (LL_RCC_DIRECT_HSE_IsEnabled()) in RCC_GetSystemClockFreq()
1184 (LL_RCC_DIRECT_HSE_IsEnabled() ? RCC_SYSCLKSOURCE_DIRECT_HSE : RCC_SYSCLKSOURCE_RC64MPLL)
750 __STATIC_INLINE uint32_t LL_RCC_DIRECT_HSE_IsEnabled(void) in LL_RCC_DIRECT_HSE_IsEnabled() function