STM32L486xx 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_CIFR_LSIRDYF   RCC_CIFR_LSIRDYF
#define LL_RCC_CIFR_LSERDYF   RCC_CIFR_LSERDYF
#define LL_RCC_CIFR_MSIRDYF   RCC_CIFR_MSIRDYF
#define LL_RCC_CIFR_HSIRDYF   RCC_CIFR_HSIRDYF
#define LL_RCC_CIFR_HSERDYF   RCC_CIFR_HSERDYF
#define LL_RCC_CIFR_PLLRDYF   RCC_CIFR_PLLRDYF
#define LL_RCC_CIFR_PLLSAI1RDYF   RCC_CIFR_PLLSAI1RDYF
#define LL_RCC_CIFR_PLLSAI2RDYF   RCC_CIFR_PLLSAI2RDYF
#define LL_RCC_CIFR_LSECSSF   RCC_CIFR_LSECSSF
#define LL_RCC_CIFR_CSSF   RCC_CIFR_CSSF
#define LL_RCC_CSR_FWRSTF   RCC_CSR_FWRSTF
#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF
#define LL_RCC_CSR_OBLRSTF   RCC_CSR_OBLRSTF
#define LL_RCC_CSR_PINRSTF   RCC_CSR_PINRSTF
#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_CIFR_CSSF   RCC_CIFR_CSSF

Clock Security System Interrupt flag

Definition at line 209 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_HSERDYF   RCC_CIFR_HSERDYF

HSE Ready Interrupt flag

Definition at line 199 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_HSIRDYF   RCC_CIFR_HSIRDYF

HSI Ready Interrupt flag

Definition at line 198 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_LSECSSF   RCC_CIFR_LSECSSF

LSE Clock Security System Interrupt flag

Definition at line 208 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_LSERDYF   RCC_CIFR_LSERDYF

LSE Ready Interrupt flag

Definition at line 196 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_LSIRDYF   RCC_CIFR_LSIRDYF

LSI Ready Interrupt flag

Definition at line 195 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_MSIRDYF   RCC_CIFR_MSIRDYF

MSI Ready Interrupt flag

Definition at line 197 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_PLLRDYF   RCC_CIFR_PLLRDYF

PLL Ready Interrupt flag

Definition at line 200 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_PLLSAI1RDYF   RCC_CIFR_PLLSAI1RDYF

PLLSAI1 Ready Interrupt flag

Definition at line 204 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIFR_PLLSAI2RDYF   RCC_CIFR_PLLSAI2RDYF

PLLSAI2 Ready Interrupt flag

Definition at line 206 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_BORRSTF   RCC_CSR_BORRSTF

BOR reset flag

Definition at line 217 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_FWRSTF   RCC_CSR_FWRSTF

Firewall reset flag

Definition at line 210 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_IWDGRSTF   RCC_CSR_IWDGRSTF

Independent Watchdog reset flag

Definition at line 215 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_LPWRRSTF   RCC_CSR_LPWRRSTF

Low-Power reset flag

Definition at line 211 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_OBLRSTF   RCC_CSR_OBLRSTF

OBL reset flag

Definition at line 212 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_PINRSTF   RCC_CSR_PINRSTF

PIN reset flag

Definition at line 213 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_SFTRSTF   RCC_CSR_SFTRSTF

Software Reset flag

Definition at line 214 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CSR_WWDGRSTF   RCC_CSR_WWDGRSTF

Window watchdog reset flag

Definition at line 216 of file stm32l4xx_ll_rcc.h.