STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_LSI_Enable (void) |
Enable LSI Oscillator. | |
__STATIC_INLINE void | LL_RCC_LSI_Disable (void) |
Disable LSI Oscillator. | |
__STATIC_INLINE uint32_t | LL_RCC_LSI_IsReady (void) |
Check if LSI is Ready. |
__STATIC_INLINE void LL_RCC_LSI_Disable | ( | void | ) |
Disable LSI Oscillator.
None |
Definition at line 2377 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSI_Enable | ( | void | ) |
Enable LSI Oscillator.
None |
Definition at line 2367 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_LSI_IsReady | ( | void | ) |
Check if LSI is Ready.
State | of bit (1 or 0). |
Definition at line 2387 of file stm32h7xx_ll_rcc.h.
Referenced by LL_RCC_GetCECClockFreq(), LL_RCC_GetLPTIMClockFreq(), and LL_RCC_GetRNGClockFreq().