|
STM32F103xB HAL User Manual
|
Defines | |
| #define | LL_UTILS_HSEBYPASS_OFF 0x00000000U |
| #define | LL_UTILS_HSEBYPASS_ON 0x00000001U |
| #define LL_UTILS_HSEBYPASS_OFF 0x00000000U |
HSE Bypass is not enabled
Definition at line 142 of file stm32f1xx_ll_utils.h.
| #define LL_UTILS_HSEBYPASS_ON 0x00000001U |
HSE Bypass is enabled
Definition at line 143 of file stm32f1xx_ll_utils.h.
Referenced by UTILS_PLL_HSE_ConfigSystemClock().
1.7.6.1