STM32H735xx HAL User Manual
|
RCC PLL1 Clocks structure definition. More...
#include <stm32h7xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | PLL1_P_Frequency |
uint32_t | PLL1_Q_Frequency |
uint32_t | PLL1_R_Frequency |
RCC PLL1 Clocks structure definition.
Definition at line 109 of file stm32h7xx_hal_rcc_ex.h.
uint32_t PLL1_ClocksTypeDef::PLL1_P_Frequency |
Definition at line 111 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPLL1ClockFreq().
uint32_t PLL1_ClocksTypeDef::PLL1_Q_Frequency |
Definition at line 112 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and HAL_RCCEx_GetPLL1ClockFreq().
uint32_t PLL1_ClocksTypeDef::PLL1_R_Frequency |
Definition at line 113 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPLL1ClockFreq().