STM32F103xB HAL User Manual
Defines
Get Flags Defines
RCC Exported Constants

Flags defines which can be used with LL_RCC_ReadReg function. More...

Defines

#define LL_RCC_CIR_LSIRDYF   RCC_CIR_LSIRDYF
#define LL_RCC_CIR_LSERDYF   RCC_CIR_LSERDYF
#define LL_RCC_CIR_HSIRDYF   RCC_CIR_HSIRDYF
#define LL_RCC_CIR_HSERDYF   RCC_CIR_HSERDYF
#define LL_RCC_CIR_PLLRDYF   RCC_CIR_PLLRDYF
#define LL_RCC_CIR_PLL3RDYF   RCC_CIR_PLL3RDYF
#define LL_RCC_CIR_PLL2RDYF   RCC_CIR_PLL2RDYF
#define LL_RCC_CIR_CSSF   RCC_CIR_CSSF
#define LL_RCC_CSR_PINRSTF   RCC_CSR_PINRSTF
#define LL_RCC_CSR_PORRSTF   RCC_CSR_PORRSTF
#define LL_RCC_CSR_SFTRSTF   RCC_CSR_SFTRSTF
#define LL_RCC_CSR_IWDGRSTF   RCC_CSR_IWDGRSTF
#define LL_RCC_CSR_WWDGRSTF   RCC_CSR_WWDGRSTF
#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF

Detailed Description

Flags defines which can be used with LL_RCC_ReadReg function.


Define Documentation

#define LL_RCC_CIR_CSSF   RCC_CIR_CSSF

Clock Security System Interrupt flag

Definition at line 140 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_HSERDYF   RCC_CIR_HSERDYF

HSE Ready Interrupt flag

Definition at line 136 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_HSIRDYF   RCC_CIR_HSIRDYF

HSI Ready Interrupt flag

Definition at line 135 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_LSERDYF   RCC_CIR_LSERDYF

LSE Ready Interrupt flag

Definition at line 134 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_LSIRDYF   RCC_CIR_LSIRDYF

LSI Ready Interrupt flag

Definition at line 133 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_PLL2RDYF   RCC_CIR_PLL2RDYF

PLL2 Ready Interrupt flag

Definition at line 139 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_PLL3RDYF   RCC_CIR_PLL3RDYF

PLL3(PLLI2S) Ready Interrupt flag

Definition at line 138 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CIR_PLLRDYF   RCC_CIR_PLLRDYF

PLL Ready Interrupt flag

Definition at line 137 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CSR_IWDGRSTF   RCC_CSR_IWDGRSTF

Independent Watchdog reset flag

Definition at line 144 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF

Low-Power reset flag

Definition at line 146 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CSR_PINRSTF   RCC_CSR_PINRSTF

PIN reset flag

Definition at line 141 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CSR_PORRSTF   RCC_CSR_PORRSTF

POR/PDR reset flag

Definition at line 142 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CSR_SFTRSTF   RCC_CSR_SFTRSTF

Software Reset flag

Definition at line 143 of file stm32f1xx_ll_rcc.h.

#define LL_RCC_CSR_WWDGRSTF   RCC_CSR_WWDGRSTF

Window watchdog reset flag

Definition at line 145 of file stm32f1xx_ll_rcc.h.