STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_ClearFlag_LSIRDY (void) |
Clear LSI ready interrupt flag @rmtoll CIR LSIRDYC LL_RCC_ClearFlag_LSIRDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_LSERDY (void) |
Clear LSE ready interrupt flag @rmtoll CIR LSERDYC LL_RCC_ClearFlag_LSERDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_HSIRDY (void) |
Clear HSI ready interrupt flag @rmtoll CIR HSIRDYC LL_RCC_ClearFlag_HSIRDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_HSERDY (void) |
Clear HSE ready interrupt flag @rmtoll CIR HSERDYC LL_RCC_ClearFlag_HSERDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_PLLRDY (void) |
Clear PLL ready interrupt flag @rmtoll CIR PLLRDYC LL_RCC_ClearFlag_PLLRDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_PLLI2SRDY (void) |
Clear PLLI2S ready interrupt flag @rmtoll CIR PLLI2SRDYC LL_RCC_ClearFlag_PLLI2SRDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_PLLSAIRDY (void) |
Clear PLLSAI ready interrupt flag @rmtoll CIR PLLSAIRDYC LL_RCC_ClearFlag_PLLSAIRDY. More... | |
__STATIC_INLINE void | LL_RCC_ClearFlag_HSECSS (void) |
Clear Clock security system interrupt flag @rmtoll CIR CSSC LL_RCC_ClearFlag_HSECSS. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_LSIRDY (void) |
Check if LSI ready interrupt occurred or not @rmtoll CIR LSIRDYF LL_RCC_IsActiveFlag_LSIRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_LSERDY (void) |
Check if LSE ready interrupt occurred or not @rmtoll CIR LSERDYF LL_RCC_IsActiveFlag_LSERDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_HSIRDY (void) |
Check if HSI ready interrupt occurred or not @rmtoll CIR HSIRDYF LL_RCC_IsActiveFlag_HSIRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_HSERDY (void) |
Check if HSE ready interrupt occurred or not @rmtoll CIR HSERDYF LL_RCC_IsActiveFlag_HSERDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PLLRDY (void) |
Check if PLL ready interrupt occurred or not @rmtoll CIR PLLRDYF LL_RCC_IsActiveFlag_PLLRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PLLI2SRDY (void) |
Check if PLLI2S ready interrupt occurred or not @rmtoll CIR PLLI2SRDYF LL_RCC_IsActiveFlag_PLLI2SRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PLLSAIRDY (void) |
Check if PLLSAI ready interrupt occurred or not @rmtoll CIR PLLSAIRDYF LL_RCC_IsActiveFlag_PLLSAIRDY. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_HSECSS (void) |
Check if Clock security system interrupt occurred or not @rmtoll CIR CSSF LL_RCC_IsActiveFlag_HSECSS. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_IWDGRST (void) |
Check if RCC flag Independent Watchdog reset is set or not. @rmtoll CSR IWDGRSTF LL_RCC_IsActiveFlag_IWDGRST. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_LPWRRST (void) |
Check if RCC flag Low Power reset is set or not. @rmtoll CSR LPWRRSTF LL_RCC_IsActiveFlag_LPWRRST. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PINRST (void) |
Check if RCC flag Pin reset is set or not. @rmtoll CSR PINRSTF LL_RCC_IsActiveFlag_PINRST. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_PORRST (void) |
Check if RCC flag POR/PDR reset is set or not. @rmtoll CSR PORRSTF LL_RCC_IsActiveFlag_PORRST. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_SFTRST (void) |
Check if RCC flag Software reset is set or not. @rmtoll CSR SFTRSTF LL_RCC_IsActiveFlag_SFTRST. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_WWDGRST (void) |
Check if RCC flag Window Watchdog reset is set or not. @rmtoll CSR WWDGRSTF LL_RCC_IsActiveFlag_WWDGRST. More... | |
__STATIC_INLINE uint32_t | LL_RCC_IsActiveFlag_BORRST (void) |
Check if RCC flag BOR reset is set or not. @rmtoll CSR BORRSTF LL_RCC_IsActiveFlag_BORRST. More... | |
__STATIC_INLINE void | LL_RCC_ClearResetFlags (void) |
Set RMVF bit to clear the reset flags. @rmtoll CSR RMVF LL_RCC_ClearResetFlags. More... | |
__STATIC_INLINE void LL_RCC_ClearFlag_HSECSS | ( | void | ) |
Clear Clock security system interrupt flag @rmtoll CIR CSSC LL_RCC_ClearFlag_HSECSS.
None |
Definition at line 6622 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_HSERDY | ( | void | ) |
Clear HSE ready interrupt flag @rmtoll CIR HSERDYC LL_RCC_ClearFlag_HSERDY.
None |
Definition at line 6576 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_HSIRDY | ( | void | ) |
Clear HSI ready interrupt flag @rmtoll CIR HSIRDYC LL_RCC_ClearFlag_HSIRDY.
None |
Definition at line 6566 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_LSERDY | ( | void | ) |
Clear LSE ready interrupt flag @rmtoll CIR LSERDYC LL_RCC_ClearFlag_LSERDY.
None |
Definition at line 6556 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_LSIRDY | ( | void | ) |
Clear LSI ready interrupt flag @rmtoll CIR LSIRDYC LL_RCC_ClearFlag_LSIRDY.
None |
Definition at line 6546 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_PLLI2SRDY | ( | void | ) |
Clear PLLI2S ready interrupt flag @rmtoll CIR PLLI2SRDYC LL_RCC_ClearFlag_PLLI2SRDY.
None |
Definition at line 6597 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_PLLRDY | ( | void | ) |
Clear PLL ready interrupt flag @rmtoll CIR PLLRDYC LL_RCC_ClearFlag_PLLRDY.
None |
Definition at line 6586 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearFlag_PLLSAIRDY | ( | void | ) |
Clear PLLSAI ready interrupt flag @rmtoll CIR PLLSAIRDYC LL_RCC_ClearFlag_PLLSAIRDY.
None |
Definition at line 6610 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_ClearResetFlags | ( | void | ) |
Set RMVF bit to clear the reset flags. @rmtoll CSR RMVF LL_RCC_ClearResetFlags.
None |
Definition at line 6788 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. @rmtoll CSR BORRSTF LL_RCC_IsActiveFlag_BORRST.
State | of bit (1 or 0). |
Definition at line 6777 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_HSECSS | ( | void | ) |
Check if Clock security system interrupt occurred or not @rmtoll CIR CSSF LL_RCC_IsActiveFlag_HSECSS.
State | of bit (1 or 0). |
Definition at line 6706 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_HSERDY | ( | void | ) |
Check if HSE ready interrupt occurred or not @rmtoll CIR HSERDYF LL_RCC_IsActiveFlag_HSERDY.
State | of bit (1 or 0). |
Definition at line 6662 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_HSIRDY | ( | void | ) |
Check if HSI ready interrupt occurred or not @rmtoll CIR HSIRDYF LL_RCC_IsActiveFlag_HSIRDY.
State | of bit (1 or 0). |
Definition at line 6652 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. @rmtoll CSR IWDGRSTF LL_RCC_IsActiveFlag_IWDGRST.
State | of bit (1 or 0). |
Definition at line 6716 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. @rmtoll CSR LPWRRSTF LL_RCC_IsActiveFlag_LPWRRST.
State | of bit (1 or 0). |
Definition at line 6726 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_LSERDY | ( | void | ) |
Check if LSE ready interrupt occurred or not @rmtoll CIR LSERDYF LL_RCC_IsActiveFlag_LSERDY.
State | of bit (1 or 0). |
Definition at line 6642 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_LSIRDY | ( | void | ) |
Check if LSI ready interrupt occurred or not @rmtoll CIR LSIRDYF LL_RCC_IsActiveFlag_LSIRDY.
State | of bit (1 or 0). |
Definition at line 6632 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. @rmtoll CSR PINRSTF LL_RCC_IsActiveFlag_PINRST.
State | of bit (1 or 0). |
Definition at line 6736 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PLLI2SRDY | ( | void | ) |
Check if PLLI2S ready interrupt occurred or not @rmtoll CIR PLLI2SRDYF LL_RCC_IsActiveFlag_PLLI2SRDY.
State | of bit (1 or 0). |
Definition at line 6683 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PLLRDY | ( | void | ) |
Check if PLL ready interrupt occurred or not @rmtoll CIR PLLRDYF LL_RCC_IsActiveFlag_PLLRDY.
State | of bit (1 or 0). |
Definition at line 6672 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_IsActiveFlag_PLLSAIRDY | ( | void | ) |
Check if PLLSAI ready interrupt occurred or not @rmtoll CIR PLLSAIRDYF LL_RCC_IsActiveFlag_PLLSAIRDY.
State | of bit (1 or 0). |
Definition at line 6695 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. @rmtoll CSR PORRSTF LL_RCC_IsActiveFlag_PORRST.
State | of bit (1 or 0). |
Definition at line 6746 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. @rmtoll CSR SFTRSTF LL_RCC_IsActiveFlag_SFTRST.
State | of bit (1 or 0). |
Definition at line 6756 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. @rmtoll CSR WWDGRSTF LL_RCC_IsActiveFlag_WWDGRST.
State | of bit (1 or 0). |
Definition at line 6766 of file stm32f4xx_ll_rcc.h.