|
STM32F103xB HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RCC_LSE_Enable (void) |
| Enable Low Speed External (LSE) crystal. | |
| __STATIC_INLINE void | LL_RCC_LSE_Disable (void) |
| Disable Low Speed External (LSE) crystal. | |
| __STATIC_INLINE void | LL_RCC_LSE_EnableBypass (void) |
| Enable external clock source (LSE bypass). | |
| __STATIC_INLINE void | LL_RCC_LSE_DisableBypass (void) |
| Disable external clock source (LSE bypass). | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_IsReady (void) |
| Check if LSE oscillator Ready. | |
| __STATIC_INLINE void LL_RCC_LSE_Disable | ( | void | ) |
Disable Low Speed External (LSE) crystal.
| None |
Definition at line 924 of file stm32f1xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_DisableBypass | ( | void | ) |
Disable external clock source (LSE bypass).
| None |
Definition at line 944 of file stm32f1xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal.
| None |
Definition at line 914 of file stm32f1xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_EnableBypass | ( | void | ) |
Enable external clock source (LSE bypass).
| None |
Definition at line 934 of file stm32f1xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSE_IsReady | ( | void | ) |
Check if LSE oscillator Ready.
| State | of bit (1 or 0). |
Definition at line 954 of file stm32f1xx_ll_rcc.h.
1.7.6.1