STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_ClearFlag_LSIRDY (void) |
Clear LSI ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_LSERDY (void) |
Clear LSE ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_HSIRDY (void) |
Clear HSI ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_HSERDY (void) |
Clear HSE ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_PLLRDY (void) |
Clear PLL ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_PLLI2SRDY (void) |
Clear PLLI2S ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_PLLSAIRDY (void) |
Clear PLLSAI ready interrupt flag. | |
__STATIC_INLINE void | LL_RCC_ClearFlag_HSECSS (void) |
Clear Clock security system interrupt flag. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_LSIRDY (void) |
Check if LSI ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_LSERDY (void) |
Check if LSE ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_HSIRDY (void) |
Check if HSI ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_HSERDY (void) |
Check if HSE ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PLLRDY (void) |
Check if PLL ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PLLI2SRDY (void) |
Check if PLLI2S ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PLLSAIRDY (void) |
Check if PLLSAI ready interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_HSECSS (void) |
Check if Clock security system interrupt occurred or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_IWDGRST (void) |
Check if RCC flag Independent Watchdog reset is set or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_LPWRRST (void) |
Check if RCC flag Low Power reset is set or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PINRST (void) |
Check if RCC flag Pin reset is set or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PORRST (void) |
Check if RCC flag POR/PDR reset is set or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_SFTRST (void) |
Check if RCC flag Software reset is set or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_WWDGRST (void) |
Check if RCC flag Window Watchdog reset is set or not. | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_BORRST (void) |
Check if RCC flag BOR reset is set or not. | |
__STATIC_INLINE void | LL_RCC_ClearResetFlags (void) |
Set RMVF bit to clear the reset flags. |
__STATIC_INLINE void LL_RCC_ClearFlag_HSECSS | ( | void | ) |
Clear Clock security system interrupt flag.
None |
Definition at line 6619 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_HSERDY | ( | void | ) |
Clear HSE ready interrupt flag.
None |
Definition at line 6573 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_HSIRDY | ( | void | ) |
Clear HSI ready interrupt flag.
None |
Definition at line 6563 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_LSERDY | ( | void | ) |
Clear LSE ready interrupt flag.
None |
Definition at line 6553 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_LSIRDY | ( | void | ) |
Clear LSI ready interrupt flag.
None |
Definition at line 6543 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_PLLI2SRDY | ( | void | ) |
Clear PLLI2S ready interrupt flag.
None |
Definition at line 6594 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_PLLRDY | ( | void | ) |
Clear PLL ready interrupt flag.
None |
Definition at line 6583 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_PLLSAIRDY | ( | void | ) |
Clear PLLSAI ready interrupt flag.
None |
Definition at line 6607 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearResetFlags | ( | void | ) |
Set RMVF bit to clear the reset flags.
None |
Definition at line 6785 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_BORRST | ( | void | ) |
Check if RCC flag BOR reset is set or not.
State | of bit (1 or 0). |
Definition at line 6774 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_HSECSS | ( | void | ) |
Check if Clock security system interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6703 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_HSERDY | ( | void | ) |
Check if HSE ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6659 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_HSIRDY | ( | void | ) |
Check if HSI ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6649 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_IWDGRST | ( | void | ) |
Check if RCC flag Independent Watchdog reset is set or not.
State | of bit (1 or 0). |
Definition at line 6713 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_LPWRRST | ( | void | ) |
Check if RCC flag Low Power reset is set or not.
State | of bit (1 or 0). |
Definition at line 6723 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_LSERDY | ( | void | ) |
Check if LSE ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6639 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_LSIRDY | ( | void | ) |
Check if LSI ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6629 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PINRST | ( | void | ) |
Check if RCC flag Pin reset is set or not.
State | of bit (1 or 0). |
Definition at line 6733 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PLLI2SRDY | ( | void | ) |
Check if PLLI2S ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6680 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PLLRDY | ( | void | ) |
Check if PLL ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6669 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PLLSAIRDY | ( | void | ) |
Check if PLLSAI ready interrupt occurred or not.
State | of bit (1 or 0). |
Definition at line 6692 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PORRST | ( | void | ) |
Check if RCC flag POR/PDR reset is set or not.
State | of bit (1 or 0). |
Definition at line 6743 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_SFTRST | ( | void | ) |
Check if RCC flag Software reset is set or not.
State | of bit (1 or 0). |
Definition at line 6753 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_WWDGRST | ( | void | ) |
Check if RCC flag Window Watchdog reset is set or not.
State | of bit (1 or 0). |
Definition at line 6763 of file stm32f4xx_ll_rcc.h.