STM32F439xx 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_CIR_LSIRDYIE   RCC_CIR_LSIRDYIE
#define LL_RCC_CIR_LSERDYIE   RCC_CIR_LSERDYIE
#define LL_RCC_CIR_HSIRDYIE   RCC_CIR_HSIRDYIE
#define LL_RCC_CIR_HSERDYIE   RCC_CIR_HSERDYIE
#define LL_RCC_CIR_PLLRDYIE   RCC_CIR_PLLRDYIE
#define LL_RCC_CIR_PLLI2SRDYIE   RCC_CIR_PLLI2SRDYIE
#define LL_RCC_CIR_PLLSAIRDYIE   RCC_CIR_PLLSAIRDYIE

Detailed Description

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


Define Documentation

#define LL_RCC_CIR_HSERDYIE   RCC_CIR_HSERDYIE

HSE Ready Interrupt Enable

Definition at line 200 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_HSIRDYIE   RCC_CIR_HSIRDYIE

HSI Ready Interrupt Enable

Definition at line 199 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_LSERDYIE   RCC_CIR_LSERDYIE

LSE Ready Interrupt Enable

Definition at line 198 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_LSIRDYIE   RCC_CIR_LSIRDYIE

LSI Ready Interrupt Enable

Definition at line 197 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLI2SRDYIE   RCC_CIR_PLLI2SRDYIE

PLLI2S Ready Interrupt Enable

Definition at line 203 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLRDYIE   RCC_CIR_PLLRDYIE

PLL Ready Interrupt Enable

Definition at line 201 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_CIR_PLLSAIRDYIE   RCC_CIR_PLLSAIRDYIE

PLLSAI Ready Interrupt Enable

Definition at line 206 of file stm32f4xx_ll_rcc.h.