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

Macros

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

Detailed Description

Macro Definition Documentation

◆ RCC_HSE_BYPASS

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

Definition at line 120 of file stm32f4xx_hal_rcc.h.

◆ RCC_HSE_OFF

#define RCC_HSE_OFF   0x00000000U

Definition at line 118 of file stm32f4xx_hal_rcc.h.

◆ RCC_HSE_ON

#define RCC_HSE_ON   RCC_CR_HSEON

Definition at line 119 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_InitTick().