Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
Functions | |
| __STATIC_INLINE void | LL_RCC_LSI_Enable (void) |
| Enable LSI Oscillator CSR LSION LL_RCC_LSI_Enable. | |
| __STATIC_INLINE void | LL_RCC_LSI_Disable (void) |
| Disable LSI Oscillator CSR LSION LL_RCC_LSI_Disable. | |
| __STATIC_INLINE uint32_t | LL_RCC_LSI_IsReady (void) |
| Check if LSI is Ready CSR LSIRDY LL_RCC_LSI_IsReady. | |
Function Documentation
| __STATIC_INLINE void LL_RCC_LSI_Disable | ( | void | ) |
Disable LSI Oscillator CSR LSION LL_RCC_LSI_Disable.
- Return values:
-
None
Definition at line 1159 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSI_Enable | ( | void | ) |
Enable LSI Oscillator CSR LSION LL_RCC_LSI_Enable.
- Return values:
-
None
Definition at line 1149 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSI_IsReady | ( | void | ) |
Check if LSI is Ready CSR LSIRDY LL_RCC_LSI_IsReady.
- Return values:
-
State of bit (1 or 0).
Definition at line 1169 of file stm32l4xx_ll_rcc.h.
Generated on Tue Jul 12 2022 11:35:24 by
1.7.2
