HAL + 0/2 examples
CodeScope will show references to RCC_FLAG_LSIRDY from the following samples and libraries:
Examples
STM324x9I_EVAL
Examples
IWDG
STM324xG_EVAL
Examples
IWDG
 
Symbols
loading...
Files
loading...

RCC_FLAG_LSIRDY macro

Syntax

#define RCC_FLAG_LSIRDY ((uint8_t)0x61)

Examples

RCC_FLAG_LSIRDY is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:356
#define RCC_FLAG_LSIRDY ((uint8_t)0x61)
stm32f4xx_hal_rcc.c:362
while(__HAL_RCC_GET_FLAG(RCC_FLAG_LSIRDY) == RESET)
stm32f4xx_hal_rcc.c:379
while(__HAL_RCC_GET_FLAG(RCC_FLAG_LSIRDY) != RESET)
stm32f4xx_hal_rcc_ex.c:3512
while(__HAL_RCC_GET_FLAG(RCC_FLAG_LSIRDY) == RESET)
stm32f4xx_hal_rcc_ex.c:3529
while(__HAL_RCC_GET_FLAG(RCC_FLAG_LSIRDY) != RESET)