STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for HSE:

Functions

__STATIC_INLINE void LL_RCC_HSE_EnableCSS (void)
 Enable the Clock Security System. @rmtoll CR CSSON LL_RCC_HSE_EnableCSS. More...
 
__STATIC_INLINE void LL_RCC_HSE_EnableBypass (void)
 Enable HSE external oscillator (HSE Bypass) @rmtoll CR HSEBYP LL_RCC_HSE_EnableBypass. More...
 
__STATIC_INLINE void LL_RCC_HSE_DisableBypass (void)
 Disable HSE external oscillator (HSE Bypass) @rmtoll CR HSEBYP LL_RCC_HSE_DisableBypass. More...
 
__STATIC_INLINE void LL_RCC_HSE_Enable (void)
 Enable HSE crystal oscillator (HSE ON) @rmtoll CR HSEON LL_RCC_HSE_Enable. More...
 
__STATIC_INLINE void LL_RCC_HSE_Disable (void)
 Disable HSE crystal oscillator (HSE ON) @rmtoll CR HSEON LL_RCC_HSE_Disable. More...
 
__STATIC_INLINE uint32_t LL_RCC_HSE_IsReady (void)
 Check if HSE oscillator Ready @rmtoll CR HSERDY LL_RCC_HSE_IsReady. More...
 

Detailed Description

Function Documentation

◆ LL_RCC_HSE_Disable()

__STATIC_INLINE void LL_RCC_HSE_Disable ( void  )

Disable HSE crystal oscillator (HSE ON) @rmtoll CR HSEON LL_RCC_HSE_Disable.

Return values
None

Definition at line 2960 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_HSE_DisableBypass()

__STATIC_INLINE void LL_RCC_HSE_DisableBypass ( void  )

Disable HSE external oscillator (HSE Bypass) @rmtoll CR HSEBYP LL_RCC_HSE_DisableBypass.

Return values
None

Definition at line 2940 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_HSE_Enable()

__STATIC_INLINE void LL_RCC_HSE_Enable ( void  )

Enable HSE crystal oscillator (HSE ON) @rmtoll CR HSEON LL_RCC_HSE_Enable.

Return values
None

Definition at line 2950 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_HSE_EnableBypass()

__STATIC_INLINE void LL_RCC_HSE_EnableBypass ( void  )

Enable HSE external oscillator (HSE Bypass) @rmtoll CR HSEBYP LL_RCC_HSE_EnableBypass.

Return values
None

Definition at line 2930 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_HSE_EnableCSS()

__STATIC_INLINE void LL_RCC_HSE_EnableCSS ( void  )

Enable the Clock Security System. @rmtoll CR CSSON LL_RCC_HSE_EnableCSS.

Return values
None

Definition at line 2920 of file stm32f4xx_ll_rcc.h.

◆ LL_RCC_HSE_IsReady()

__STATIC_INLINE uint32_t LL_RCC_HSE_IsReady ( void  )

Check if HSE oscillator Ready @rmtoll CR HSERDY LL_RCC_HSE_IsReady.

Return values
Stateof bit (1 or 0).

Definition at line 2970 of file stm32f4xx_ll_rcc.h.