STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_LSE_EnableCSS (void) |
Enable the Clock Security System on LSE. | |
__STATIC_INLINE uint32_t | LL_RCC_LSE_IsFailureDetected (void) |
Check if LSE failure is detected by Clock Security System. | |
__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 void | LL_RCC_LSE_SetDriveCapability (uint32_t LSEDrive) |
Set LSE oscillator drive capability. | |
__STATIC_INLINE uint32_t | LL_RCC_LSE_GetDriveCapability (void) |
Get LSE oscillator drive capability. | |
__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 2263 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_DisableBypass | ( | void | ) |
Disable external clock source (LSE bypass).
None |
Definition at line 2283 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal.
None |
Definition at line 2253 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_EnableBypass | ( | void | ) |
Enable external clock source (LSE bypass).
None |
Definition at line 2273 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_LSE_EnableCSS | ( | void | ) |
Enable the Clock Security System on LSE.
None |
Definition at line 2233 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_LSE_GetDriveCapability | ( | void | ) |
Get LSE oscillator drive capability.
Returned | value can be one of the following values: |
Definition at line 2339 of file stm32h7xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_LSE_IsFailureDetected | ( | void | ) |
Check if LSE failure is detected by Clock Security System.
State | of bit (1 or 0). |
Definition at line 2243 of file stm32h7xx_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 2349 of file stm32h7xx_ll_rcc.h.
Referenced by LL_RCC_GetCECClockFreq(), LL_RCC_GetLPTIMClockFreq(), LL_RCC_GetLPUARTClockFreq(), LL_RCC_GetRNGClockFreq(), and LL_RCC_GetUSARTClockFreq().
__STATIC_INLINE void LL_RCC_LSE_SetDriveCapability | ( | uint32_t | LSEDrive | ) |
Set LSE oscillator drive capability.
LSEDrive | This parameter can be one of the following values: |
None |
Definition at line 2325 of file stm32h7xx_ll_rcc.h.