STM32L486xx HAL User Manual
Defines
Clear Flags Defines
RCC Exported Constants

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

Defines

#define LL_RCC_CICR_LSIRDYC   RCC_CICR_LSIRDYC
#define LL_RCC_CICR_LSERDYC   RCC_CICR_LSERDYC
#define LL_RCC_CICR_MSIRDYC   RCC_CICR_MSIRDYC
#define LL_RCC_CICR_HSIRDYC   RCC_CICR_HSIRDYC
#define LL_RCC_CICR_HSERDYC   RCC_CICR_HSERDYC
#define LL_RCC_CICR_PLLRDYC   RCC_CICR_PLLRDYC
#define LL_RCC_CICR_PLLSAI1RDYC   RCC_CICR_PLLSAI1RDYC
#define LL_RCC_CICR_PLLSAI2RDYC   RCC_CICR_PLLSAI2RDYC
#define LL_RCC_CICR_LSECSSC   RCC_CICR_LSECSSC
#define LL_RCC_CICR_CSSC   RCC_CICR_CSSC

Detailed Description

Flags defines which can be used with LL_RCC_WriteReg function.


Define Documentation

#define LL_RCC_CICR_CSSC   RCC_CICR_CSSC

Clock Security System Interrupt Clear

Definition at line 186 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_HSERDYC   RCC_CICR_HSERDYC

HSE Ready Interrupt Clear

Definition at line 176 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_HSIRDYC   RCC_CICR_HSIRDYC

HSI Ready Interrupt Clear

Definition at line 175 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_LSECSSC   RCC_CICR_LSECSSC

LSE Clock Security System Interrupt Clear

Definition at line 185 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_LSERDYC   RCC_CICR_LSERDYC

LSE Ready Interrupt Clear

Definition at line 173 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_LSIRDYC   RCC_CICR_LSIRDYC

LSI Ready Interrupt Clear

Definition at line 172 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_MSIRDYC   RCC_CICR_MSIRDYC

MSI Ready Interrupt Clear

Definition at line 174 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_PLLRDYC   RCC_CICR_PLLRDYC

PLL Ready Interrupt Clear

Definition at line 177 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_PLLSAI1RDYC   RCC_CICR_PLLSAI1RDYC

PLLSAI1 Ready Interrupt Clear

Definition at line 181 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CICR_PLLSAI2RDYC   RCC_CICR_PLLSAI2RDYC

PLLSAI2 Ready Interrupt Clear

Definition at line 183 of file stm32l4xx_ll_rcc.h.