STM32H735xx HAL User Manual
|
RCC PLL2 Clocks structure definition. More...
#include <stm32h7xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | PLL2_P_Frequency |
uint32_t | PLL2_Q_Frequency |
uint32_t | PLL2_R_Frequency |
RCC PLL2 Clocks structure definition.
Definition at line 119 of file stm32h7xx_hal_rcc_ex.h.
uint32_t PLL2_ClocksTypeDef::PLL2_P_Frequency |
Definition at line 121 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and HAL_RCCEx_GetPLL2ClockFreq().
uint32_t PLL2_ClocksTypeDef::PLL2_Q_Frequency |
Definition at line 122 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), HAL_RCCEx_GetPLL2ClockFreq(), IRDA_SetConfig(), SMARTCARD_SetConfig(), UART_SetConfig(), and USART_SetConfig().
uint32_t PLL2_ClocksTypeDef::PLL2_R_Frequency |
Definition at line 123 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and HAL_RCCEx_GetPLL2ClockFreq().