|
STM32F479xx 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_EnableHighDriveMode (void) |
| Enable LSE high drive mode. | |
| __STATIC_INLINE void | LL_RCC_LSE_DisableHighDriveMode (void) |
| Disable LSE high drive mode. | |
| __STATIC_INLINE void LL_RCC_LSE_Disable | ( | void | ) |
Disable Low Speed External (LSE) crystal.
| None |
Definition at line 3073 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_DisableBypass | ( | void | ) |
Disable external clock source (LSE bypass).
| None |
Definition at line 3093 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_DisableHighDriveMode | ( | void | ) |
Disable LSE high drive mode.
| None |
Definition at line 3126 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal.
| None |
Definition at line 3063 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_EnableBypass | ( | void | ) |
Enable external clock source (LSE bypass).
| None |
Definition at line 3083 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_EnableHighDriveMode | ( | void | ) |
Enable LSE high drive mode.
| None |
Definition at line 3115 of file stm32f4xx_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 3103 of file stm32f4xx_ll_rcc.h.
1.7.6.1