STM32F439xx HAL User Manual
Defines
System Clock Type
RCC Exported Constants

Defines

#define RCC_CLOCKTYPE_SYSCLK   0x00000001U
#define RCC_CLOCKTYPE_HCLK   0x00000002U
#define RCC_CLOCKTYPE_PCLK1   0x00000004U
#define RCC_CLOCKTYPE_PCLK2   0x00000008U

Define Documentation

#define RCC_CLOCKTYPE_HCLK   0x00000002U

Definition at line 207 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_PCLK1   0x00000004U

Definition at line 208 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_PCLK2   0x00000008U

Definition at line 209 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_SYSCLK   0x00000001U

Definition at line 206 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().