STM32F103xB HAL User Manual
Defines
Interrupts
RCC Exported Constants

Defines

#define RCC_IT_LSIRDY   ((uint8_t)RCC_CIR_LSIRDYF)
#define RCC_IT_LSERDY   ((uint8_t)RCC_CIR_LSERDYF)
#define RCC_IT_HSIRDY   ((uint8_t)RCC_CIR_HSIRDYF)
#define RCC_IT_HSERDY   ((uint8_t)RCC_CIR_HSERDYF)
#define RCC_IT_PLLRDY   ((uint8_t)RCC_CIR_PLLRDYF)
#define RCC_IT_CSS   ((uint8_t)RCC_CIR_CSSF)

Define Documentation

#define RCC_IT_CSS   ((uint8_t)RCC_CIR_CSSF)

Clock Security System Interrupt flag

Definition at line 271 of file stm32f1xx_hal_rcc.h.

Referenced by HAL_RCC_NMI_IRQHandler().

#define RCC_IT_HSERDY   ((uint8_t)RCC_CIR_HSERDYF)

HSE Ready Interrupt flag

Definition at line 269 of file stm32f1xx_hal_rcc.h.

#define RCC_IT_HSIRDY   ((uint8_t)RCC_CIR_HSIRDYF)

HSI Ready Interrupt flag

Definition at line 268 of file stm32f1xx_hal_rcc.h.

#define RCC_IT_LSERDY   ((uint8_t)RCC_CIR_LSERDYF)

LSE Ready Interrupt flag

Definition at line 267 of file stm32f1xx_hal_rcc.h.

#define RCC_IT_LSIRDY   ((uint8_t)RCC_CIR_LSIRDYF)

LSI Ready Interrupt flag

Definition at line 266 of file stm32f1xx_hal_rcc.h.

#define RCC_IT_PLLRDY   ((uint8_t)RCC_CIR_PLLRDYF)

PLL Ready Interrupt flag

Definition at line 270 of file stm32f1xx_hal_rcc.h.