STM32F479xx HAL User Manual
Defines
AHB Clock Source
RCC Exported Constants

Defines

#define RCC_SYSCLK_DIV1   RCC_CFGR_HPRE_DIV1
#define RCC_SYSCLK_DIV2   RCC_CFGR_HPRE_DIV2
#define RCC_SYSCLK_DIV4   RCC_CFGR_HPRE_DIV4
#define RCC_SYSCLK_DIV8   RCC_CFGR_HPRE_DIV8
#define RCC_SYSCLK_DIV16   RCC_CFGR_HPRE_DIV16
#define RCC_SYSCLK_DIV64   RCC_CFGR_HPRE_DIV64
#define RCC_SYSCLK_DIV128   RCC_CFGR_HPRE_DIV128
#define RCC_SYSCLK_DIV256   RCC_CFGR_HPRE_DIV256
#define RCC_SYSCLK_DIV512   RCC_CFGR_HPRE_DIV512

Define Documentation

#define RCC_SYSCLK_DIV1   RCC_CFGR_HPRE_DIV1

Definition at line 227 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV128   RCC_CFGR_HPRE_DIV128

Definition at line 233 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV16   RCC_CFGR_HPRE_DIV16

Definition at line 231 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV2   RCC_CFGR_HPRE_DIV2

Definition at line 228 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV256   RCC_CFGR_HPRE_DIV256

Definition at line 234 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV4   RCC_CFGR_HPRE_DIV4

Definition at line 229 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV512   RCC_CFGR_HPRE_DIV512

Definition at line 235 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV64   RCC_CFGR_HPRE_DIV64

Definition at line 232 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV8   RCC_CFGR_HPRE_DIV8

Definition at line 230 of file stm32f4xx_hal_rcc.h.