|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_RCC_HSE_EnableCSS (void) |
| Enable the Clock Security System. CR CSSON LL_RCC_HSE_EnableCSS. More... | |
| __STATIC_INLINE void | LL_RCC_HSE_EnableBypass (void) |
| Enable HSE external oscillator (HSE Bypass) CR HSEBYP LL_RCC_HSE_EnableBypass. More... | |
| __STATIC_INLINE void | LL_RCC_HSE_DisableBypass (void) |
| Disable HSE external oscillator (HSE Bypass) CR HSEBYP LL_RCC_HSE_DisableBypass. More... | |
| __STATIC_INLINE void | LL_RCC_HSE_Enable (void) |
| Enable HSE crystal oscillator (HSE ON) CR HSEON LL_RCC_HSE_Enable. More... | |
| __STATIC_INLINE void | LL_RCC_HSE_Disable (void) |
| Disable HSE crystal oscillator (HSE ON) CR HSEON LL_RCC_HSE_Disable. More... | |
| __STATIC_INLINE uint32_t | LL_RCC_HSE_IsReady (void) |
| Check if HSE oscillator Ready CR HSERDY LL_RCC_HSE_IsReady. More... | |
| __STATIC_INLINE void LL_RCC_HSE_Disable | ( | void | ) |
Disable HSE crystal oscillator (HSE ON) CR HSEON LL_RCC_HSE_Disable.
| None |
Definition at line 2066 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_HSE_DisableBypass | ( | void | ) |
Disable HSE external oscillator (HSE Bypass) CR HSEBYP LL_RCC_HSE_DisableBypass.
| None |
Definition at line 2046 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_HSE_Enable | ( | void | ) |
Enable HSE crystal oscillator (HSE ON) CR HSEON LL_RCC_HSE_Enable.
| None |
Definition at line 2056 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_HSE_EnableBypass | ( | void | ) |
Enable HSE external oscillator (HSE Bypass) CR HSEBYP LL_RCC_HSE_EnableBypass.
| None |
Definition at line 2036 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_HSE_EnableCSS | ( | void | ) |
Enable the Clock Security System. CR CSSON LL_RCC_HSE_EnableCSS.
| None |
Definition at line 2026 of file stm32l4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_HSE_IsReady | ( | void | ) |
Check if HSE oscillator Ready CR HSERDY LL_RCC_HSE_IsReady.
| State | of bit (1 or 0). |
Definition at line 2076 of file stm32l4xx_ll_rcc.h.