STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_RCC_LSE_Enable (void) |
Enable Low Speed External (LSE) crystal. @rmtoll BDCR LSEON LL_RCC_LSE_Enable. More... | |
__STATIC_INLINE void | LL_RCC_LSE_Disable (void) |
Disable Low Speed External (LSE) crystal. @rmtoll BDCR LSEON LL_RCC_LSE_Disable. More... | |
__STATIC_INLINE void | LL_RCC_LSE_EnableBypass (void) |
Enable external clock source (LSE bypass). @rmtoll BDCR LSEBYP LL_RCC_LSE_EnableBypass. More... | |
__STATIC_INLINE void | LL_RCC_LSE_DisableBypass (void) |
Disable external clock source (LSE bypass). @rmtoll BDCR LSEBYP LL_RCC_LSE_DisableBypass. More... | |
__STATIC_INLINE uint32_t | LL_RCC_LSE_IsReady (void) |
Check if LSE oscillator Ready @rmtoll BDCR LSERDY LL_RCC_LSE_IsReady. More... | |
__STATIC_INLINE void | LL_RCC_LSE_EnableHighDriveMode (void) |
Enable LSE high drive mode. More... | |
__STATIC_INLINE void | LL_RCC_LSE_DisableHighDriveMode (void) |
Disable LSE high drive mode. More... | |
__STATIC_INLINE void LL_RCC_LSE_Disable | ( | void | ) |
Disable Low Speed External (LSE) crystal. @rmtoll BDCR LSEON LL_RCC_LSE_Disable.
None |
Definition at line 3072 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_DisableBypass | ( | void | ) |
Disable external clock source (LSE bypass). @rmtoll BDCR LSEBYP LL_RCC_LSE_DisableBypass.
None |
Definition at line 3092 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_DisableHighDriveMode | ( | void | ) |
Disable LSE high drive mode.
None |
Definition at line 3125 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal. @rmtoll BDCR LSEON LL_RCC_LSE_Enable.
None |
Definition at line 3062 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_EnableBypass | ( | void | ) |
Enable external clock source (LSE bypass). @rmtoll BDCR LSEBYP LL_RCC_LSE_EnableBypass.
None |
Definition at line 3082 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_EnableHighDriveMode | ( | void | ) |
Enable LSE high drive mode.
None |
Definition at line 3114 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_LSE_IsReady | ( | void | ) |
Check if LSE oscillator Ready @rmtoll BDCR LSERDY LL_RCC_LSE_IsReady.
State | of bit (1 or 0). |
Definition at line 3102 of file stm32f4xx_ll_rcc.h.