STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define RCC_HSE_OFF   ((uint32_t)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

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

Definition at line 142 of file stm32f7xx_hal_rcc.h.

#define RCC_HSE_OFF   ((uint32_t)0x00000000U)

Definition at line 140 of file stm32f7xx_hal_rcc.h.

#define RCC_HSE_ON   RCC_CR_HSEON

Definition at line 141 of file stm32f7xx_hal_rcc.h.