HAL + 0/69 examples
CodeScope will show references to LL_RCC_HSE_IsReady() from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
STM32F411RE-Nucleo
Examples_LL
ADC
CRC
DMA
EXTI
GPIO
I2C
IWDG
PWR
RCC
RTC
SPI
TIM
USART
WWDG
Examples_MIX
PWR
STM32F429ZI-Nucleo
Examples_LL
CORTEX
DAC
DMA2D
RNG
 
Symbols
loading...
Files
loading...

LL_RCC_HSE_IsReady() function

Check if HSE oscillator Ready

Syntax

__STATIC_INLINE uint32_t LL_RCC_HSE_IsReady(void);

Return value

State of bit (1 or 0).

Examples

LL_RCC_HSE_IsReady() is referenced by 69 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_rcc.h:2969
__STATIC_INLINE uint32_t LL_RCC_HSE_IsReady(void)
stm32f4xx_ll_rcc.c:402LL_RCC_GetI2SClockFreq()
if (LL_RCC_HSE_IsReady())
stm32f4xx_ll_utils.c:557LL_PLL_ConfigSystemClock_HSE()
if(LL_RCC_HSE_IsReady() != 1U)
stm32f4xx_ll_utils.c:571LL_PLL_ConfigSystemClock_HSE()
while (LL_RCC_HSE_IsReady() != 1U)

Call Tree

Functions calling LL_RCC_HSE_IsReady()
LL_RCC_HSE_IsReady()
Data read by LL_RCC_HSE_IsReady()
all items filtered out
LL_RCC_HSE_IsReady()
Type of LL_RCC_HSE_IsReady()
LL_RCC_HSE_IsReady()
uint32_t
all items filtered out