TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

IT Management

Functions

__STATIC_INLINE void LL_RCC_EnableIT_LSIRDY (void)
 Enable LSI ready interrupt CIER LSIRDYIE LL_RCC_EnableIT_LSIRDY.
__STATIC_INLINE void LL_RCC_EnableIT_LSERDY (void)
 Enable LSE ready interrupt CIER LSERDYIE LL_RCC_EnableIT_LSERDY.
__STATIC_INLINE void LL_RCC_EnableIT_MSIRDY (void)
 Enable MSI ready interrupt CIER MSIRDYIE LL_RCC_EnableIT_MSIRDY.
__STATIC_INLINE void LL_RCC_EnableIT_HSIRDY (void)
 Enable HSI ready interrupt CIER HSIRDYIE LL_RCC_EnableIT_HSIRDY.
__STATIC_INLINE void LL_RCC_EnableIT_HSERDY (void)
 Enable HSE ready interrupt CIER HSERDYIE LL_RCC_EnableIT_HSERDY.
__STATIC_INLINE void LL_RCC_EnableIT_PLLRDY (void)
 Enable PLL ready interrupt CIER PLLRDYIE LL_RCC_EnableIT_PLLRDY.
__STATIC_INLINE void LL_RCC_EnableIT_HSI48RDY (void)
 Enable HSI48 ready interrupt CIER HSI48RDYIE LL_RCC_EnableIT_HSI48RDY.
__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI1RDY (void)
 Enable PLLSAI1 ready interrupt CIER PLLSAI1RDYIE LL_RCC_EnableIT_PLLSAI1RDY.
__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI2RDY (void)
 Enable PLLSAI2 ready interrupt CIER PLLSAI2RDYIE LL_RCC_EnableIT_PLLSAI2RDY.
__STATIC_INLINE void LL_RCC_EnableIT_LSECSS (void)
 Enable LSE clock security system interrupt CIER LSECSSIE LL_RCC_EnableIT_LSECSS.
__STATIC_INLINE void LL_RCC_DisableIT_LSIRDY (void)
 Disable LSI ready interrupt CIER LSIRDYIE LL_RCC_DisableIT_LSIRDY.
__STATIC_INLINE void LL_RCC_DisableIT_LSERDY (void)
 Disable LSE ready interrupt CIER LSERDYIE LL_RCC_DisableIT_LSERDY.
__STATIC_INLINE void LL_RCC_DisableIT_MSIRDY (void)
 Disable MSI ready interrupt CIER MSIRDYIE LL_RCC_DisableIT_MSIRDY.
__STATIC_INLINE void LL_RCC_DisableIT_HSIRDY (void)
 Disable HSI ready interrupt CIER HSIRDYIE LL_RCC_DisableIT_HSIRDY.
__STATIC_INLINE void LL_RCC_DisableIT_HSERDY (void)
 Disable HSE ready interrupt CIER HSERDYIE LL_RCC_DisableIT_HSERDY.
__STATIC_INLINE void LL_RCC_DisableIT_PLLRDY (void)
 Disable PLL ready interrupt CIER PLLRDYIE LL_RCC_DisableIT_PLLRDY.
__STATIC_INLINE void LL_RCC_DisableIT_HSI48RDY (void)
 Disable HSI48 ready interrupt CIER HSI48RDYIE LL_RCC_DisableIT_HSI48RDY.
__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI1RDY (void)
 Disable PLLSAI1 ready interrupt CIER PLLSAI1RDYIE LL_RCC_DisableIT_PLLSAI1RDY.
__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI2RDY (void)
 Disable PLLSAI2 ready interrupt CIER PLLSAI2RDYIE LL_RCC_DisableIT_PLLSAI2RDY.
__STATIC_INLINE void LL_RCC_DisableIT_LSECSS (void)
 Disable LSE clock security system interrupt CIER LSECSSIE LL_RCC_DisableIT_LSECSS.
__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_HSI48RDY (void)
 Checks if HSI48 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 CIER HSERDYIE LL_RCC_DisableIT_HSERDY.

Return values:
None

Definition at line 4218 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_HSI48RDY ( void   )

Disable HSI48 ready interrupt CIER HSI48RDYIE LL_RCC_DisableIT_HSI48RDY.

Return values:
None

Definition at line 4239 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_HSIRDY ( void   )

Disable HSI ready interrupt CIER HSIRDYIE LL_RCC_DisableIT_HSIRDY.

Return values:
None

Definition at line 4208 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSECSS ( void   )

Disable LSE clock security system interrupt CIER LSECSSIE LL_RCC_DisableIT_LSECSS.

Return values:
None

Definition at line 4272 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSERDY ( void   )

Disable LSE ready interrupt CIER LSERDYIE LL_RCC_DisableIT_LSERDY.

Return values:
None

Definition at line 4188 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_LSIRDY ( void   )

Disable LSI ready interrupt CIER LSIRDYIE LL_RCC_DisableIT_LSIRDY.

Return values:
None

Definition at line 4178 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_MSIRDY ( void   )

Disable MSI ready interrupt CIER MSIRDYIE LL_RCC_DisableIT_MSIRDY.

Return values:
None

Definition at line 4198 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLRDY ( void   )

Disable PLL ready interrupt CIER PLLRDYIE LL_RCC_DisableIT_PLLRDY.

Return values:
None

Definition at line 4228 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI1RDY ( void   )

Disable PLLSAI1 ready interrupt CIER PLLSAI1RDYIE LL_RCC_DisableIT_PLLSAI1RDY.

Return values:
None

Definition at line 4250 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_DisableIT_PLLSAI2RDY ( void   )

Disable PLLSAI2 ready interrupt CIER PLLSAI2RDYIE LL_RCC_DisableIT_PLLSAI2RDY.

Return values:
None

Definition at line 4261 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSERDY ( void   )

Enable HSE ready interrupt CIER HSERDYIE LL_RCC_EnableIT_HSERDY.

Return values:
None

Definition at line 4114 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSI48RDY ( void   )

Enable HSI48 ready interrupt CIER HSI48RDYIE LL_RCC_EnableIT_HSI48RDY.

Return values:
None

Definition at line 4135 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_HSIRDY ( void   )

Enable HSI ready interrupt CIER HSIRDYIE LL_RCC_EnableIT_HSIRDY.

Return values:
None

Definition at line 4104 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSECSS ( void   )

Enable LSE clock security system interrupt CIER LSECSSIE LL_RCC_EnableIT_LSECSS.

Return values:
None

Definition at line 4168 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSERDY ( void   )

Enable LSE ready interrupt CIER LSERDYIE LL_RCC_EnableIT_LSERDY.

Return values:
None

Definition at line 4084 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_LSIRDY ( void   )

Enable LSI ready interrupt CIER LSIRDYIE LL_RCC_EnableIT_LSIRDY.

Return values:
None

Definition at line 4074 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_MSIRDY ( void   )

Enable MSI ready interrupt CIER MSIRDYIE LL_RCC_EnableIT_MSIRDY.

Return values:
None

Definition at line 4094 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLRDY ( void   )

Enable PLL ready interrupt CIER PLLRDYIE LL_RCC_EnableIT_PLLRDY.

Return values:
None

Definition at line 4124 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI1RDY ( void   )

Enable PLLSAI1 ready interrupt CIER PLLSAI1RDYIE LL_RCC_EnableIT_PLLSAI1RDY.

Return values:
None

Definition at line 4146 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_EnableIT_PLLSAI2RDY ( void   )

Enable PLLSAI2 ready interrupt CIER PLLSAI2RDYIE LL_RCC_EnableIT_PLLSAI2RDY.

Return values:
None

Definition at line 4157 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.

CIER HSERDYIE LL_RCC_IsEnabledIT_HSERDY

Return values:
Stateof bit (1 or 0).

Definition at line 4322 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_HSI48RDY ( void   )

Checks if HSI48 ready interrupt source is enabled or disabled.

CIER HSI48RDYIE LL_RCC_IsEnabledIT_HSI48RDY

Return values:
Stateof bit (1 or 0).

Definition at line 4343 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.

CIER HSIRDYIE LL_RCC_IsEnabledIT_HSIRDY

Return values:
Stateof bit (1 or 0).

Definition at line 4312 of file stm32l4xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_LSECSS ( void   )

Checks if LSECSS interrupt source is enabled or disabled.

CIER LSECSSIE LL_RCC_IsEnabledIT_LSECSS

Return values:
Stateof bit (1 or 0).

Definition at line 4376 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.

CIER LSERDYIE LL_RCC_IsEnabledIT_LSERDY

Return values:
Stateof bit (1 or 0).

Definition at line 4292 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.

CIER LSIRDYIE LL_RCC_IsEnabledIT_LSIRDY

Return values:
Stateof bit (1 or 0).

Definition at line 4282 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.

CIER MSIRDYIE LL_RCC_IsEnabledIT_MSIRDY

Return values:
Stateof bit (1 or 0).

Definition at line 4302 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.

CIER PLLRDYIE LL_RCC_IsEnabledIT_PLLRDY

Return values:
Stateof bit (1 or 0).

Definition at line 4332 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.

CIER PLLSAI1RDYIE LL_RCC_IsEnabledIT_PLLSAI1RDY

Return values:
Stateof bit (1 or 0).

Definition at line 4354 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.

CIER PLLSAI2RDYIE LL_RCC_IsEnabledIT_PLLSAI2RDY

Return values:
Stateof bit (1 or 0).

Definition at line 4365 of file stm32l4xx_ll_rcc.h.