STM32H735xx 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_CSIRDY (void)
 Enable CSI ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_HSI48RDY (void)
 Enable HSI48 ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLL1RDY (void)
 Enable PLL1 ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLL2RDY (void)
 Enable PLL2 ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_PLL3RDY (void)
 Enable PLL3 ready interrupt.
__STATIC_INLINE void LL_RCC_EnableIT_LSECSS (void)
 Enable LSECSS 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_CSIRDY (void)
 Disable CSI ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_HSI48RDY (void)
 Disable HSI48 ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLL1RDY (void)
 Disable PLL1 ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLL2RDY (void)
 Disable PLL2 ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_PLL3RDY (void)
 Disable PLL3 ready interrupt.
__STATIC_INLINE void LL_RCC_DisableIT_LSECSS (void)
 Disable LSECSS interrupt.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_LSIRDY (void)
 Checks if LSI ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_LSERDY (void)
 Checks if LSE ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_HSIRDY (void)
 Checks if HSI ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_HSERDY (void)
 Checks if HSE ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_CSIRDY (void)
 Checks if CSI ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_HSI48RDY (void)
 Checks if HSI48 ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_PLL1RDY (void)
 Checks if PLL1 ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_PLL2RDY (void)
 Checks if PLL2 ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_PLL3RDY (void)
 Checks if PLL3 ready interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_LSECSS (void)
 Checks if LSECSS interrupt source is enabled or disabled.

Function Documentation

__STATIC_INLINE void LL_RCC_DisableIT_CSIRDY ( void  )

Disable CSI ready interrupt.

Reference Manual to LL API cross reference:
CIER CSIRDYIE LL_RCC_DisableIT_CSIRDY
Return values:
None

Definition at line 6177 of file stm32h7xx_ll_rcc.h.

__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 6167 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_HSI48RDY ( void  )

Disable HSI48 ready interrupt.

Reference Manual to LL API cross reference:
CIER HSI48RDYIE LL_RCC_DisableIT_HSI48RDY
Return values:
None

Definition at line 6187 of file stm32h7xx_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 6157 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSECSS ( void  )

Disable LSECSS interrupt.

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

Definition at line 6227 of file stm32h7xx_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 6147 of file stm32h7xx_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 6137 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLL1RDY ( void  )

Disable PLL1 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLL1RDYIE LL_RCC_DisableIT_PLL1RDY
Return values:
None

Definition at line 6197 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLL2RDY ( void  )

Disable PLL2 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLL2RDYIE LL_RCC_DisableIT_PLL2RDY
Return values:
None

Definition at line 6207 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLL3RDY ( void  )

Disable PLL3 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLL3RDYIE LL_RCC_DisableIT_PLL3RDY
Return values:
None

Definition at line 6217 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_CSIRDY ( void  )

Enable CSI ready interrupt.

Reference Manual to LL API cross reference:
CIER CSIRDYIE LL_RCC_EnableIT_CSIRDY
Return values:
None

Definition at line 6077 of file stm32h7xx_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 6067 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSI48RDY ( void  )

Enable HSI48 ready interrupt.

Reference Manual to LL API cross reference:
CIER HSI48RDYIE LL_RCC_EnableIT_HSI48RDY
Return values:
None

Definition at line 6087 of file stm32h7xx_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 6057 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSECSS ( void  )

Enable LSECSS interrupt.

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

Definition at line 6127 of file stm32h7xx_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 6047 of file stm32h7xx_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 6037 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLL1RDY ( void  )

Enable PLL1 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLL1RDYIE LL_RCC_EnableIT_PLL1RDY
Return values:
None

Definition at line 6097 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLL2RDY ( void  )

Enable PLL2 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLL2RDYIE LL_RCC_EnableIT_PLL2RDY
Return values:
None

Definition at line 6107 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLL3RDY ( void  )

Enable PLL3 ready interrupt.

Reference Manual to LL API cross reference:
CIER PLL3RDYIE LL_RCC_EnableIT_PLL3RDY
Return values:
None

Definition at line 6117 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_CSIRDY ( void  )

Checks if CSI ready interrupt source is enabled or disabled.

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

Definition at line 6277 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_HSERDY ( void  )

Checks if HSE ready interrupt source is enabled or disabled.

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

Definition at line 6267 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_HSI48RDY ( void  )

Checks if HSI48 ready interrupt source is enabled or disabled.

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

Definition at line 6287 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_HSIRDY ( void  )

Checks if HSI ready interrupt source is enabled or disabled.

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

Definition at line 6257 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_LSECSS ( void  )

Checks if LSECSS interrupt source is enabled or disabled.

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

Definition at line 6327 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_LSERDY ( void  )

Checks if LSE ready interrupt source is enabled or disabled.

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

Definition at line 6247 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_LSIRDY ( void  )

Checks if LSI ready interrupt source is enabled or disabled.

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

Definition at line 6237 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_PLL1RDY ( void  )

Checks if PLL1 ready interrupt source is enabled or disabled.

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

Definition at line 6297 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_PLL2RDY ( void  )

Checks if PLL2 ready interrupt source is enabled or disabled.

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

Definition at line 6307 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnableIT_PLL3RDY ( void  )

Checks if PLL3 ready interrupt source is enabled or disabled.

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

Definition at line 6317 of file stm32h7xx_ll_rcc.h.