STM32F439xx 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 243 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV128   RCC_CFGR_HPRE_DIV128

Definition at line 249 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV16   RCC_CFGR_HPRE_DIV16

Definition at line 247 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV2   RCC_CFGR_HPRE_DIV2

Definition at line 244 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV256   RCC_CFGR_HPRE_DIV256

Definition at line 250 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV4   RCC_CFGR_HPRE_DIV4

Definition at line 245 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV512   RCC_CFGR_HPRE_DIV512

Definition at line 251 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV64   RCC_CFGR_HPRE_DIV64

Definition at line 248 of file stm32f4xx_hal_rcc.h.

#define RCC_SYSCLK_DIV8   RCC_CFGR_HPRE_DIV8

Definition at line 246 of file stm32f4xx_hal_rcc.h.