STM32H735xx HAL User Manual
Defines
RCC System Clock Type
RCC Exported Constants

Defines

#define RCC_CLOCKTYPE_SYSCLK   (0x00000001U)
#define RCC_CLOCKTYPE_HCLK   (0x00000002U)
#define RCC_CLOCKTYPE_D1PCLK1   (0x00000004U)
#define RCC_CLOCKTYPE_PCLK1   (0x00000008U)
#define RCC_CLOCKTYPE_PCLK2   (0x00000010U)
#define RCC_CLOCKTYPE_D3PCLK1   (0x00000020U)

Define Documentation

#define RCC_CLOCKTYPE_D1PCLK1   (0x00000004U)

Definition at line 314 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_D3PCLK1   (0x00000020U)

Definition at line 317 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_HCLK   (0x00000002U)

Definition at line 313 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_PCLK1   (0x00000008U)

Definition at line 315 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_PCLK2   (0x00000010U)

Definition at line 316 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

#define RCC_CLOCKTYPE_SYSCLK   (0x00000001U)

Definition at line 312 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().