STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for HSE Bypass activation:

Macros

#define LL_UTILS_HSEBYPASS_OFF   0x00000000U
#define LL_UTILS_HSEBYPASS_ON   0x00000001U

Detailed Description

Macro Definition Documentation

◆ LL_UTILS_HSEBYPASS_OFF

#define LL_UTILS_HSEBYPASS_OFF   0x00000000U

HSE Bypass is not enabled

Definition at line 153 of file stm32f4xx_ll_utils.h.

◆ LL_UTILS_HSEBYPASS_ON

#define LL_UTILS_HSEBYPASS_ON   0x00000001U

HSE Bypass is enabled

Definition at line 154 of file stm32f4xx_ll_utils.h.

Referenced by LL_PLL_ConfigSystemClock_HSE().