STM32F439xx HAL User Manual
Defines
HSE Bypass activation
UTILS Exported Constants

Defines

#define LL_UTILS_HSEBYPASS_OFF   0x00000000U
#define LL_UTILS_HSEBYPASS_ON   0x00000001U

Define Documentation

#define LL_UTILS_HSEBYPASS_OFF   0x00000000U

HSE Bypass is not enabled

Definition at line 170 of file stm32f4xx_ll_utils.h.

#define LL_UTILS_HSEBYPASS_ON   0x00000001U

HSE Bypass is enabled

Definition at line 171 of file stm32f4xx_ll_utils.h.

Referenced by LL_PLL_ConfigSystemClock_HSE().