STM32F439xx HAL User Manual
Functions
IT Management
RCC Exported Functions

Functions

__STATIC_INLINE void LL_RCC_EnableIT_LSIRDY (void)
 Enable LSI ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_LSERDY (void)
 Enable LSE ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_HSIRDY (void)
 Enable HSI ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_HSERDY (void)
 Enable HSE ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLLRDY (void)
 Enable PLL ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLLI2SRDY (void)
 Enable PLLI2S ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLLSAIRDY (void)
 Enable PLLSAI ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_LSIRDY (void)
 Disable LSI ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_LSERDY (void)
 Disable LSE ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_HSIRDY (void)
 Disable HSI ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_HSERDY (void)
 Disable HSE ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLLRDY (void)
 Disable PLL ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLLI2SRDY (void)
 Disable PLLI2S ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLLSAIRDY (void)
 Disable PLLSAI ready interrupt.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSIRDY (void)
 Checks if LSI ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSERDY (void)
 Checks if LSE ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_HSIRDY (void)
 Checks if HSI ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_HSERDY (void)
 Checks if HSE ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLRDY (void)
 Checks if PLL ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLI2SRDY (void)
 Checks if PLLI2S ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLSAIRDY (void)
 Checks if PLLSAI ready interrupt source is enabled or disabled.

Function Documentation

__STATIC_INLINE void LL_RCC_DisableIT_HSERDY ( void  )

Disable HSE ready interrupt.

Reference Manual to LL API cross reference:
CIR HSERDYIE LL_RCC_DisableIT_HSERDY
Return values:
None

Definition at line 6923 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_HSIRDY ( void  )

Disable HSI ready interrupt.

Reference Manual to LL API cross reference:
CIR HSIRDYIE LL_RCC_DisableIT_HSIRDY
Return values:
None

Definition at line 6913 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSERDY ( void  )

Disable LSE ready interrupt.

Reference Manual to LL API cross reference:
CIR LSERDYIE LL_RCC_DisableIT_LSERDY
Return values:
None

Definition at line 6903 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSIRDY ( void  )

Disable LSI ready interrupt.

Reference Manual to LL API cross reference:
CIR LSIRDYIE LL_RCC_DisableIT_LSIRDY
Return values:
None

Definition at line 6893 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLI2SRDY ( void  )

Disable PLLI2S ready interrupt.

Reference Manual to LL API cross reference:
CIR PLLI2SRDYIE LL_RCC_DisableIT_PLLI2SRDY
Return values:
None

Definition at line 6944 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLRDY ( void  )

Disable PLL ready interrupt.

Reference Manual to LL API cross reference:
CIR PLLRDYIE LL_RCC_DisableIT_PLLRDY
Return values:
None

Definition at line 6933 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLSAIRDY ( void  )

Disable PLLSAI ready interrupt.

Reference Manual to LL API cross reference:
CIR PLLSAIRDYIE LL_RCC_DisableIT_PLLSAIRDY
Return values:
None

Definition at line 6957 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSERDY ( void  )

Enable HSE ready interrupt.

Reference Manual to LL API cross reference:
CIR HSERDYIE LL_RCC_EnableIT_HSERDY
Return values:
None

Definition at line 6849 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSIRDY ( void  )

Enable HSI ready interrupt.

Reference Manual to LL API cross reference:
CIR HSIRDYIE LL_RCC_EnableIT_HSIRDY
Return values:
None

Definition at line 6839 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSERDY ( void  )

Enable LSE ready interrupt.

Reference Manual to LL API cross reference:
CIR LSERDYIE LL_RCC_EnableIT_LSERDY
Return values:
None

Definition at line 6829 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSIRDY ( void  )

Enable LSI ready interrupt.

Reference Manual to LL API cross reference:
CIR LSIRDYIE LL_RCC_EnableIT_LSIRDY
Return values:
None

Definition at line 6819 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLI2SRDY ( void  )

Enable PLLI2S ready interrupt.

Reference Manual to LL API cross reference:
CIR PLLI2SRDYIE LL_RCC_EnableIT_PLLI2SRDY
Return values:
None

Definition at line 6870 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLRDY ( void  )

Enable PLL ready interrupt.

Reference Manual to LL API cross reference:
CIR PLLRDYIE LL_RCC_EnableIT_PLLRDY
Return values:
None

Definition at line 6859 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLSAIRDY ( void  )

Enable PLLSAI ready interrupt.

Reference Manual to LL API cross reference:
CIR PLLSAIRDYIE LL_RCC_EnableIT_PLLSAIRDY
Return values:
None

Definition at line 6882 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_HSERDY ( void  )

Checks if HSE ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR HSERDYIE LL_RCC_IsEnabledIT_HSERDY
Return values:
Stateof bit (1 or 0).

Definition at line 6998 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_HSIRDY ( void  )

Checks if HSI ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR HSIRDYIE LL_RCC_IsEnabledIT_HSIRDY
Return values:
Stateof bit (1 or 0).

Definition at line 6988 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSERDY ( void  )

Checks if LSE ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR LSERDYIE LL_RCC_IsEnabledIT_LSERDY
Return values:
Stateof bit (1 or 0).

Definition at line 6978 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSIRDY ( void  )

Checks if LSI ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR LSIRDYIE LL_RCC_IsEnabledIT_LSIRDY
Return values:
Stateof bit (1 or 0).

Definition at line 6968 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLI2SRDY ( void  )

Checks if PLLI2S ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR PLLI2SRDYIE LL_RCC_IsEnabledIT_PLLI2SRDY
Return values:
Stateof bit (1 or 0).

Definition at line 7019 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLRDY ( void  )

Checks if PLL ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR PLLRDYIE LL_RCC_IsEnabledIT_PLLRDY
Return values:
Stateof bit (1 or 0).

Definition at line 7008 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLSAIRDY ( void  )

Checks if PLLSAI ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIR PLLSAIRDYIE LL_RCC_IsEnabledIT_PLLSAIRDY
Return values:
Stateof bit (1 or 0).

Definition at line 7032 of file stm32f4xx_ll_rcc.h.