STM32F479xx HAL User Manual
Data Fields
LL_RCC_ClocksTypeDef Struct Reference

RCC Clocks Frequency Structure. More...

#include <stm32f4xx_ll_rcc.h>

Data Fields

uint32_t SYSCLK_Frequency
uint32_t HCLK_Frequency
uint32_t PCLK1_Frequency
uint32_t PCLK2_Frequency

Detailed Description

RCC Clocks Frequency Structure.

Definition at line 77 of file stm32f4xx_ll_rcc.h.


Field Documentation

HCLK clock frequency

Definition at line 80 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSystemClocksFreq().

PCLK1 clock frequency

Definition at line 81 of file stm32f4xx_ll_rcc.h.

Referenced by LL_I2C_Init(), LL_RCC_GetSystemClocksFreq(), and LL_USART_Init().

PCLK2 clock frequency

Definition at line 82 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSystemClocksFreq(), and LL_USART_Init().

SYSCLK clock frequency

Definition at line 79 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSystemClocksFreq().


The documentation for this struct was generated from the following file: