STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RCC APB1/APB2 Clock Source

Macros

#define RCC_HCLK_DIV1   RCC_CFGR_PPRE1_DIV1
 
#define RCC_HCLK_DIV2   RCC_CFGR_PPRE1_DIV2
 
#define RCC_HCLK_DIV4   RCC_CFGR_PPRE1_DIV4
 
#define RCC_HCLK_DIV8   RCC_CFGR_PPRE1_DIV8
 
#define RCC_HCLK_DIV16   RCC_CFGR_PPRE1_DIV16
 

Detailed Description

Macro Definition Documentation

#define RCC_HCLK_DIV1   RCC_CFGR_PPRE1_DIV1

Definition at line 258 of file stm32f7xx_hal_rcc.h.

#define RCC_HCLK_DIV16   RCC_CFGR_PPRE1_DIV16

Definition at line 262 of file stm32f7xx_hal_rcc.h.

#define RCC_HCLK_DIV2   RCC_CFGR_PPRE1_DIV2

Definition at line 259 of file stm32f7xx_hal_rcc.h.

#define RCC_HCLK_DIV4   RCC_CFGR_PPRE1_DIV4

Definition at line 260 of file stm32f7xx_hal_rcc.h.

#define RCC_HCLK_DIV8   RCC_CFGR_PPRE1_DIV8

Definition at line 261 of file stm32f7xx_hal_rcc.h.