STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define RCC_HSI_OFF   ((uint32_t)0x00000000U)
 
#define RCC_HSI_ON   RCC_CR_HSION
 
#define RCC_HSICALIBRATION_DEFAULT   ((uint32_t)0x10U) /* Default HSI calibration trimming value */
 

Detailed Description

Macro Definition Documentation

#define RCC_HSI_OFF   ((uint32_t)0x00000000U)

Definition at line 160 of file stm32f7xx_hal_rcc.h.

#define RCC_HSI_ON   RCC_CR_HSION

Definition at line 161 of file stm32f7xx_hal_rcc.h.

#define RCC_HSICALIBRATION_DEFAULT   ((uint32_t)0x10U) /* Default HSI calibration trimming value */

Definition at line 163 of file stm32f7xx_hal_rcc.h.