|
STM32L443xx 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 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 void | LL_RCC_LSE_EnableCSS (void) |
| Enable Clock security system on LSE. | |
| __STATIC_INLINE void | LL_RCC_LSE_DisableCSS (void) |
| Disable Clock security system on LSE. | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_IsReady (void) |
| Check if LSE oscillator Ready. | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_IsCSSDetected (void) |
| Check if CSS on LSE failure Detection. | |
| __STATIC_INLINE void LL_RCC_LSE_Disable | ( | void | ) |
Disable Low Speed External (LSE) crystal.
| None |
Definition at line 2278 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_DisableBypass | ( | void | ) |
Disable external clock source (LSE bypass).
| None |
Definition at line 2298 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_DisableCSS | ( | void | ) |
Disable Clock security system on LSE.
| None |
Definition at line 2350 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal.
| None |
Definition at line 2268 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_EnableBypass | ( | void | ) |
Enable external clock source (LSE bypass).
| None |
Definition at line 2288 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_EnableCSS | ( | void | ) |
Enable Clock security system on LSE.
| None |
Definition at line 2338 of file stm32l4xx_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 2328 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSE_IsCSSDetected | ( | void | ) |
Check if CSS on LSE failure Detection.
| State | of bit (1 or 0). |
Definition at line 2370 of file stm32l4xx_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 2360 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetLPTIMClockFreq(), LL_RCC_GetLPUARTClockFreq(), 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 2314 of file stm32l4xx_ll_rcc.h.
1.7.6.1