STM32L486xx 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_MSIRDY (void)
 Enable MSI 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_PLLSAI1RDY (void)
 Enable PLLSAI1 ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI2RDY (void)
 Enable PLLSAI2 ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_LSECSS (void)
 Enable LSE clock security system 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_MSIRDY (void)
 Disable MSI 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_PLLSAI1RDY (void)
 Disable PLLSAI1 ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI2RDY (void)
 Disable PLLSAI2 ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_LSECSS (void)
 Disable LSE clock security system 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_MSIRDY (void)
 Checks if MSI 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_PLLSAI1RDY (void)
 Checks if PLLSAI1 ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLSAI2RDY (void)
 Checks if PLLSAI2 ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSECSS (void)
 Checks if LSECSS 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:
CIER HSERDYIE LL_RCC_DisableIT_HSERDY
Return values:
None

Definition at line 5744 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_HSIRDY ( void  )

Disable HSI ready interrupt.

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

Definition at line 5734 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSECSS ( void  )

Disable LSE clock security system interrupt.

Reference Manual to LL API cross reference:
CIER LSECSSIE LL_RCC_DisableIT_LSECSS
Return values:
None

Definition at line 5798 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSERDY ( void  )

Disable LSE ready interrupt.

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

Definition at line 5714 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSIRDY ( void  )

Disable LSI ready interrupt.

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

Definition at line 5704 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_MSIRDY ( void  )

Disable MSI ready interrupt.

Reference Manual to LL API cross reference:
CIER MSIRDYIE LL_RCC_DisableIT_MSIRDY
Return values:
None

Definition at line 5724 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLRDY ( void  )

Disable PLL ready interrupt.

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

Definition at line 5754 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI1RDY ( void  )

Disable PLLSAI1 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLLSAI1RDYIE LL_RCC_DisableIT_PLLSAI1RDY
Return values:
None

Definition at line 5776 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI2RDY ( void  )

Disable PLLSAI2 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLLSAI2RDYIE LL_RCC_DisableIT_PLLSAI2RDY
Return values:
None

Definition at line 5787 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSERDY ( void  )

Enable HSE ready interrupt.

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

Definition at line 5640 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSIRDY ( void  )

Enable HSI ready interrupt.

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

Definition at line 5630 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSECSS ( void  )

Enable LSE clock security system interrupt.

Reference Manual to LL API cross reference:
CIER LSECSSIE LL_RCC_EnableIT_LSECSS
Return values:
None

Definition at line 5694 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSERDY ( void  )

Enable LSE ready interrupt.

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

Definition at line 5610 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSIRDY ( void  )

Enable LSI ready interrupt.

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

Definition at line 5600 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_MSIRDY ( void  )

Enable MSI ready interrupt.

Reference Manual to LL API cross reference:
CIER MSIRDYIE LL_RCC_EnableIT_MSIRDY
Return values:
None

Definition at line 5620 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLRDY ( void  )

Enable PLL ready interrupt.

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

Definition at line 5650 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI1RDY ( void  )

Enable PLLSAI1 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLLSAI1RDYIE LL_RCC_EnableIT_PLLSAI1RDY
Return values:
None

Definition at line 5672 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI2RDY ( void  )

Enable PLLSAI2 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLLSAI2RDYIE LL_RCC_EnableIT_PLLSAI2RDY
Return values:
None

Definition at line 5683 of file stm32l4xx_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:
CIER HSERDYIE LL_RCC_IsEnabledIT_HSERDY
Return values:
Stateof bit (1 or 0).

Definition at line 5848 of file stm32l4xx_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:
CIER HSIRDYIE LL_RCC_IsEnabledIT_HSIRDY
Return values:
Stateof bit (1 or 0).

Definition at line 5838 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSECSS ( void  )

Checks if LSECSS interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIER LSECSSIE LL_RCC_IsEnabledIT_LSECSS
Return values:
Stateof bit (1 or 0).

Definition at line 5902 of file stm32l4xx_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:
CIER LSERDYIE LL_RCC_IsEnabledIT_LSERDY
Return values:
Stateof bit (1 or 0).

Definition at line 5818 of file stm32l4xx_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:
CIER LSIRDYIE LL_RCC_IsEnabledIT_LSIRDY
Return values:
Stateof bit (1 or 0).

Definition at line 5808 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_MSIRDY ( void  )

Checks if MSI ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIER MSIRDYIE LL_RCC_IsEnabledIT_MSIRDY
Return values:
Stateof bit (1 or 0).

Definition at line 5828 of file stm32l4xx_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:
CIER PLLRDYIE LL_RCC_IsEnabledIT_PLLRDY
Return values:
Stateof bit (1 or 0).

Definition at line 5858 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLSAI1RDY ( void  )

Checks if PLLSAI1 ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIER PLLSAI1RDYIE LL_RCC_IsEnabledIT_PLLSAI1RDY
Return values:
Stateof bit (1 or 0).

Definition at line 5880 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLSAI2RDY ( void  )

Checks if PLLSAI2 ready interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CIER PLLSAI2RDYIE LL_RCC_IsEnabledIT_PLLSAI2RDY
Return values:
Stateof bit (1 or 0).

Definition at line 5891 of file stm32l4xx_ll_rcc.h.