STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_LSI_Enable (void) |
Enable LSI Oscillator @rmtoll CSR LSION LL_RCC_LSI_Enable. More... | |
__STATIC_INLINE void | LL_RCC_LSI_Disable (void) |
Disable LSI Oscillator @rmtoll CSR LSION LL_RCC_LSI_Disable. More... | |
__STATIC_INLINE uint32_t | LL_RCC_LSI_IsReady (void) |
Check if LSI is Ready @rmtoll CSR LSIRDY LL_RCC_LSI_IsReady. More... | |
__STATIC_INLINE void LL_RCC_LSI_Disable | ( | void | ) |
Disable LSI Oscillator @rmtoll CSR LSION LL_RCC_LSI_Disable.
None |
Definition at line 3154 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSI_Enable | ( | void | ) |
Enable LSI Oscillator @rmtoll CSR LSION LL_RCC_LSI_Enable.
None |
Definition at line 3144 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_LSI_IsReady | ( | void | ) |
Check if LSI is Ready @rmtoll CSR LSIRDY LL_RCC_LSI_IsReady.
State | of bit (1 or 0). |
Definition at line 3164 of file stm32f4xx_ll_rcc.h.