STM32F479xx 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_PLLI2SRDYF   RCC_CIR_PLLI2SRDYF
#define LL_RCC_CIR_PLLSAIRDYF   RCC_CIR_PLLSAIRDYF
#define LL_RCC_CIR_CSSF   RCC_CIR_CSSF
#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF
#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_BORRSTF   RCC_CSR_BORRSTF

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 163 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_HSERDYF   RCC_CIR_HSERDYF

HSE Ready Interrupt flag

Definition at line 155 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_HSIRDYF   RCC_CIR_HSIRDYF

HSI Ready Interrupt flag

Definition at line 154 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_LSERDYF   RCC_CIR_LSERDYF

LSE Ready Interrupt flag

Definition at line 153 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_LSIRDYF   RCC_CIR_LSIRDYF

LSI Ready Interrupt flag

Definition at line 152 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLI2SRDYF   RCC_CIR_PLLI2SRDYF

PLLI2S Ready Interrupt flag

Definition at line 158 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLRDYF   RCC_CIR_PLLRDYF

PLL Ready Interrupt flag

Definition at line 156 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLSAIRDYF   RCC_CIR_PLLSAIRDYF

PLLSAI Ready Interrupt flag

Definition at line 161 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_BORRSTF   RCC_CSR_BORRSTF

BOR reset flag

Definition at line 171 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_IWDGRSTF   RCC_CSR_IWDGRSTF

Independent Watchdog reset flag

Definition at line 168 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF

Low-Power reset flag

Definition at line 164 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_PINRSTF   RCC_CSR_PINRSTF

PIN reset flag

Definition at line 165 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_PORRSTF   RCC_CSR_PORRSTF

POR/PDR reset flag

Definition at line 166 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_SFTRSTF   RCC_CSR_SFTRSTF

Software Reset flag

Definition at line 167 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_WWDGRSTF   RCC_CSR_WWDGRSTF

Window watchdog reset flag

Definition at line 169 of file stm32f4xx_ll_rcc.h.