STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_EnableIT_LSIRDY (void) |
Enable LSI ready interrupt @rmtoll CIR LSIRDYIE LL_RCC_EnableIT_LSIRDY. More... | |
__STATIC_INLINE void | LL_RCC_EnableIT_LSERDY (void) |
Enable LSE ready interrupt @rmtoll CIR LSERDYIE LL_RCC_EnableIT_LSERDY. More... | |
__STATIC_INLINE void | LL_RCC_EnableIT_HSIRDY (void) |
Enable HSI ready interrupt @rmtoll CIR HSIRDYIE LL_RCC_EnableIT_HSIRDY. More... | |
__STATIC_INLINE void | LL_RCC_EnableIT_HSERDY (void) |
Enable HSE ready interrupt @rmtoll CIR HSERDYIE LL_RCC_EnableIT_HSERDY. More... | |
__STATIC_INLINE void | LL_RCC_EnableIT_PLLRDY (void) |
Enable PLL ready interrupt @rmtoll CIR PLLRDYIE LL_RCC_EnableIT_PLLRDY. More... | |
__STATIC_INLINE void | LL_RCC_EnableIT_PLLI2SRDY (void) |
Enable PLLI2S ready interrupt @rmtoll CIR PLLI2SRDYIE LL_RCC_EnableIT_PLLI2SRDY. More... | |
__STATIC_INLINE void | LL_RCC_EnableIT_PLLSAIRDY (void) |
Enable PLLSAI ready interrupt @rmtoll CIR PLLSAIRDYIE LL_RCC_EnableIT_PLLSAIRDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_LSIRDY (void) |
Disable LSI ready interrupt @rmtoll CIR LSIRDYIE LL_RCC_DisableIT_LSIRDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_LSERDY (void) |
Disable LSE ready interrupt @rmtoll CIR LSERDYIE LL_RCC_DisableIT_LSERDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_HSIRDY (void) |
Disable HSI ready interrupt @rmtoll CIR HSIRDYIE LL_RCC_DisableIT_HSIRDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_HSERDY (void) |
Disable HSE ready interrupt @rmtoll CIR HSERDYIE LL_RCC_DisableIT_HSERDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_PLLRDY (void) |
Disable PLL ready interrupt @rmtoll CIR PLLRDYIE LL_RCC_DisableIT_PLLRDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_PLLI2SRDY (void) |
Disable PLLI2S ready interrupt @rmtoll CIR PLLI2SRDYIE LL_RCC_DisableIT_PLLI2SRDY. More... | |
__STATIC_INLINE void | LL_RCC_DisableIT_PLLSAIRDY (void) |
Disable PLLSAI ready interrupt @rmtoll CIR PLLSAIRDYIE LL_RCC_DisableIT_PLLSAIRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_LSIRDY (void) |
Checks if LSI ready interrupt source is enabled or disabled. @rmtoll CIR LSIRDYIE LL_RCC_IsEnabledIT_LSIRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_LSERDY (void) |
Checks if LSE ready interrupt source is enabled or disabled. @rmtoll CIR LSERDYIE LL_RCC_IsEnabledIT_LSERDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_HSIRDY (void) |
Checks if HSI ready interrupt source is enabled or disabled. @rmtoll CIR HSIRDYIE LL_RCC_IsEnabledIT_HSIRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_HSERDY (void) |
Checks if HSE ready interrupt source is enabled or disabled. @rmtoll CIR HSERDYIE LL_RCC_IsEnabledIT_HSERDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_PLLRDY (void) |
Checks if PLL ready interrupt source is enabled or disabled. @rmtoll CIR PLLRDYIE LL_RCC_IsEnabledIT_PLLRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_PLLI2SRDY (void) |
Checks if PLLI2S ready interrupt source is enabled or disabled. @rmtoll CIR PLLI2SRDYIE LL_RCC_IsEnabledIT_PLLI2SRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsEnabledIT_PLLSAIRDY (void) |
Checks if PLLSAI ready interrupt source is enabled or disabled. @rmtoll CIR PLLSAIRDYIE LL_RCC_IsEnabledIT_PLLSAIRDY. More... | |
__STATIC_INLINE void LL_RCC_DisableIT_HSERDY | ( | void | ) |
Disable HSE ready interrupt @rmtoll CIR HSERDYIE LL_RCC_DisableIT_HSERDY.
None |
Definition at line 6910 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_DisableIT_HSIRDY | ( | void | ) |
Disable HSI ready interrupt @rmtoll CIR HSIRDYIE LL_RCC_DisableIT_HSIRDY.
None |
Definition at line 6900 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_DisableIT_LSERDY | ( | void | ) |
Disable LSE ready interrupt @rmtoll CIR LSERDYIE LL_RCC_DisableIT_LSERDY.
None |
Definition at line 6890 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_DisableIT_LSIRDY | ( | void | ) |
Disable LSI ready interrupt @rmtoll CIR LSIRDYIE LL_RCC_DisableIT_LSIRDY.
None |
Definition at line 6880 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_DisableIT_PLLI2SRDY | ( | void | ) |
Disable PLLI2S ready interrupt @rmtoll CIR PLLI2SRDYIE LL_RCC_DisableIT_PLLI2SRDY.
None |
Definition at line 6931 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_DisableIT_PLLRDY | ( | void | ) |
Disable PLL ready interrupt @rmtoll CIR PLLRDYIE LL_RCC_DisableIT_PLLRDY.
None |
Definition at line 6920 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_DisableIT_PLLSAIRDY | ( | void | ) |
Disable PLLSAI ready interrupt @rmtoll CIR PLLSAIRDYIE LL_RCC_DisableIT_PLLSAIRDY.
None |
Definition at line 6944 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_HSERDY | ( | void | ) |
Enable HSE ready interrupt @rmtoll CIR HSERDYIE LL_RCC_EnableIT_HSERDY.
None |
Definition at line 6836 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_HSIRDY | ( | void | ) |
Enable HSI ready interrupt @rmtoll CIR HSIRDYIE LL_RCC_EnableIT_HSIRDY.
None |
Definition at line 6826 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_LSERDY | ( | void | ) |
Enable LSE ready interrupt @rmtoll CIR LSERDYIE LL_RCC_EnableIT_LSERDY.
None |
Definition at line 6816 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_LSIRDY | ( | void | ) |
Enable LSI ready interrupt @rmtoll CIR LSIRDYIE LL_RCC_EnableIT_LSIRDY.
None |
Definition at line 6806 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_PLLI2SRDY | ( | void | ) |
Enable PLLI2S ready interrupt @rmtoll CIR PLLI2SRDYIE LL_RCC_EnableIT_PLLI2SRDY.
None |
Definition at line 6857 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_PLLRDY | ( | void | ) |
Enable PLL ready interrupt @rmtoll CIR PLLRDYIE LL_RCC_EnableIT_PLLRDY.
None |
Definition at line 6846 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_EnableIT_PLLSAIRDY | ( | void | ) |
Enable PLLSAI ready interrupt @rmtoll CIR PLLSAIRDYIE LL_RCC_EnableIT_PLLSAIRDY.
None |
Definition at line 6869 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. @rmtoll CIR HSERDYIE LL_RCC_IsEnabledIT_HSERDY.
State | of bit (1 or 0). |
Definition at line 6985 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. @rmtoll CIR HSIRDYIE LL_RCC_IsEnabledIT_HSIRDY.
State | of bit (1 or 0). |
Definition at line 6975 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. @rmtoll CIR LSERDYIE LL_RCC_IsEnabledIT_LSERDY.
State | of bit (1 or 0). |
Definition at line 6965 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. @rmtoll CIR LSIRDYIE LL_RCC_IsEnabledIT_LSIRDY.
State | of bit (1 or 0). |
Definition at line 6955 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. @rmtoll CIR PLLI2SRDYIE LL_RCC_IsEnabledIT_PLLI2SRDY.
State | of bit (1 or 0). |
Definition at line 7006 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. @rmtoll CIR PLLRDYIE LL_RCC_IsEnabledIT_PLLRDY.
State | of bit (1 or 0). |
Definition at line 6995 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. @rmtoll CIR PLLSAIRDYIE LL_RCC_IsEnabledIT_PLLSAIRDY.
State | of bit (1 or 0). |
Definition at line 7019 of file stm32f4xx_ll_rcc.h.