STM32H735xx HAL User Manual
Defines
RCC PLL Config
RCC Exported Constants

Defines

#define RCC_PLL_NONE   (0x00000000U)
#define RCC_PLL_OFF   (0x00000001U)
#define RCC_PLL_ON   (0x00000002U)

Define Documentation

#define RCC_PLL_NONE   (0x00000000U)

Definition at line 251 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_OscConfig().

#define RCC_PLL_OFF   (0x00000001U)

Definition at line 252 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

#define RCC_PLL_ON   (0x00000002U)

Definition at line 253 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().