STM32L486xx HAL User Manual
Defines
IT Defines
RCC Exported Constants

IT defines which can be used with LL_RCC_ReadReg and LL_RCC_WriteReg functions. More...

Defines

#define LL_RCC_CIER_LSIRDYIE   RCC_CIER_LSIRDYIE
#define LL_RCC_CIER_LSERDYIE   RCC_CIER_LSERDYIE
#define LL_RCC_CIER_MSIRDYIE   RCC_CIER_MSIRDYIE
#define LL_RCC_CIER_HSIRDYIE   RCC_CIER_HSIRDYIE
#define LL_RCC_CIER_HSERDYIE   RCC_CIER_HSERDYIE
#define LL_RCC_CIER_PLLRDYIE   RCC_CIER_PLLRDYIE
#define LL_RCC_CIER_PLLSAI1RDYIE   RCC_CIER_PLLSAI1RDYIE
#define LL_RCC_CIER_PLLSAI2RDYIE   RCC_CIER_PLLSAI2RDYIE
#define LL_RCC_CIER_LSECSSIE   RCC_CIER_LSECSSIE

Detailed Description

IT defines which can be used with LL_RCC_ReadReg and LL_RCC_WriteReg functions.


Define Documentation

#define LL_RCC_CIER_HSERDYIE   RCC_CIER_HSERDYIE

HSE Ready Interrupt Enable

Definition at line 230 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_HSIRDYIE   RCC_CIER_HSIRDYIE

HSI Ready Interrupt Enable

Definition at line 229 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_LSECSSIE   RCC_CIER_LSECSSIE

LSE CSS Interrupt Enable

Definition at line 239 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_LSERDYIE   RCC_CIER_LSERDYIE

LSE Ready Interrupt Enable

Definition at line 227 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_LSIRDYIE   RCC_CIER_LSIRDYIE

LSI Ready Interrupt Enable

Definition at line 226 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_MSIRDYIE   RCC_CIER_MSIRDYIE

MSI Ready Interrupt Enable

Definition at line 228 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_PLLRDYIE   RCC_CIER_PLLRDYIE

PLL Ready Interrupt Enable

Definition at line 231 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_PLLSAI1RDYIE   RCC_CIER_PLLSAI1RDYIE

PLLSAI1 Ready Interrupt Enable

Definition at line 235 of file stm32l4xx_ll_rcc.h.

#define LL_RCC_CIER_PLLSAI2RDYIE   RCC_CIER_PLLSAI2RDYIE

PLLSAI2 Ready Interrupt Enable

Definition at line 237 of file stm32l4xx_ll_rcc.h.