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

#define LL_RCC_CIR_HSERDYF   RCC_CIR_HSERDYF

HSE Ready Interrupt flag

Definition at line 171 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_HSIRDYF   RCC_CIR_HSIRDYF

HSI Ready Interrupt flag

Definition at line 170 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_LSERDYF   RCC_CIR_LSERDYF

LSE Ready Interrupt flag

Definition at line 169 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_LSIRDYF   RCC_CIR_LSIRDYF

LSI Ready Interrupt flag

Definition at line 168 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLI2SRDYF   RCC_CIR_PLLI2SRDYF

PLLI2S Ready Interrupt flag

Definition at line 174 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLRDYF   RCC_CIR_PLLRDYF

PLL Ready Interrupt flag

Definition at line 172 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLSAIRDYF   RCC_CIR_PLLSAIRDYF

PLLSAI Ready Interrupt flag

Definition at line 177 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_BORRSTF   RCC_CSR_BORRSTF

BOR reset flag

Definition at line 187 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_IWDGRSTF   RCC_CSR_IWDGRSTF

Independent Watchdog reset flag

Definition at line 184 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF

Low-Power reset flag

Definition at line 180 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_PINRSTF   RCC_CSR_PINRSTF

PIN reset flag

Definition at line 181 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_PORRSTF   RCC_CSR_PORRSTF

POR/PDR reset flag

Definition at line 182 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_SFTRSTF   RCC_CSR_SFTRSTF

Software Reset flag

Definition at line 183 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CSR_WWDGRSTF   RCC_CSR_WWDGRSTF

Window watchdog reset flag

Definition at line 185 of file stm32f4xx_ll_rcc.h.