|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_RCC_LSE_Enable (void) |
| Enable Low Speed External (LSE) crystal. BDCR LSEON LL_RCC_LSE_Enable. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_Disable (void) |
| Disable Low Speed External (LSE) crystal. BDCR LSEON LL_RCC_LSE_Disable. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_EnableBypass (void) |
| Enable external clock source (LSE bypass). BDCR LSEBYP LL_RCC_LSE_EnableBypass. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_DisableBypass (void) |
| Disable external clock source (LSE bypass). BDCR LSEBYP LL_RCC_LSE_DisableBypass. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_SetDriveCapability (uint32_t LSEDrive) |
| Set LSE oscillator drive capability. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_GetDriveCapability (void) |
| Get LSE oscillator drive capability BDCR LSEDRV LL_RCC_LSE_GetDriveCapability. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_EnableCSS (void) |
| Enable Clock security system on LSE. BDCR LSECSSON LL_RCC_LSE_EnableCSS. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_DisableCSS (void) |
| Disable Clock security system on LSE. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_IsReady (void) |
| Check if LSE oscillator Ready BDCR LSERDY LL_RCC_LSE_IsReady. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_IsCSSDetected (void) |
| Check if CSS on LSE failure Detection BDCR LSECSSD LL_RCC_LSE_IsCSSDetected. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_DisablePropagation (void) |
| Disable LSE oscillator propagation. More... | |
| __STATIC_INLINE void | LL_RCC_LSE_EnablePropagation (void) |
| Enable LSE oscillator propagation. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_LSE_IsPropagationEnabled (void) |
| Check if LSE oscillator propagation is enabled BDCR LSESYSDIS LL_RCC_LSE_IsPropagationEnabled. More... | |
| __STATIC_INLINE void LL_RCC_LSE_Disable | ( | void | ) |
Disable Low Speed External (LSE) crystal. BDCR LSEON LL_RCC_LSE_Disable.
| 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). BDCR LSEBYP LL_RCC_LSE_DisableBypass.
| 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_DisablePropagation | ( | void | ) |
Disable LSE oscillator propagation.
| None |
Definition at line 2383 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_Enable | ( | void | ) |
Enable Low Speed External (LSE) crystal. BDCR LSEON LL_RCC_LSE_Enable.
| 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). BDCR LSEBYP LL_RCC_LSE_EnableBypass.
| 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. BDCR LSECSSON LL_RCC_LSE_EnableCSS.
| None |
Definition at line 2338 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_LSE_EnablePropagation | ( | void | ) |
Enable LSE oscillator propagation.
| None |
Definition at line 2394 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSE_GetDriveCapability | ( | void | ) |
Get LSE oscillator drive capability BDCR LSEDRV LL_RCC_LSE_GetDriveCapability.
| 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 BDCR LSECSSD LL_RCC_LSE_IsCSSDetected.
| State | of bit (1 or 0). |
Definition at line 2370 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSE_IsPropagationEnabled | ( | void | ) |
Check if LSE oscillator propagation is enabled BDCR LSESYSDIS LL_RCC_LSE_IsPropagationEnabled.
| State | of bit (1 or 0). |
Definition at line 2404 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_LSE_IsReady | ( | void | ) |
Check if LSE oscillator Ready BDCR LSERDY LL_RCC_LSE_IsReady.
| State | of bit (1 or 0). |
Definition at line 2360 of file stm32l4xx_ll_rcc.h.
| __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.