STM32H735xx HAL User Manual
|
RCC PLL3 Clocks structure definition. More...
#include <stm32h7xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | PLL3_P_Frequency |
uint32_t | PLL3_Q_Frequency |
uint32_t | PLL3_R_Frequency |
RCC PLL3 Clocks structure definition.
Definition at line 129 of file stm32h7xx_hal_rcc_ex.h.
uint32_t PLL3_ClocksTypeDef::PLL3_P_Frequency |
Definition at line 131 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and HAL_RCCEx_GetPLL3ClockFreq().
uint32_t PLL3_ClocksTypeDef::PLL3_Q_Frequency |
Definition at line 132 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), HAL_RCCEx_GetPLL3ClockFreq(), IRDA_SetConfig(), SMARTCARD_SetConfig(), UART_SetConfig(), and USART_SetConfig().
uint32_t PLL3_ClocksTypeDef::PLL3_R_Frequency |
Definition at line 133 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and HAL_RCCEx_GetPLL3ClockFreq().