STM32F439xx HAL User Manual
Defines
HSE Config
RCC Exported Constants

Defines

#define RCC_HSE_OFF   0x00000000U
#define RCC_HSE_ON   RCC_CR_HSEON
#define RCC_HSE_BYPASS   ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON))

Define Documentation

#define RCC_HSE_BYPASS   ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON))

Definition at line 138 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().

#define RCC_HSE_OFF   0x00000000U

Definition at line 136 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_HSE_ON   RCC_CR_HSEON

Definition at line 137 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig().