STM32F439xx 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 93 of file stm32f4xx_ll_rcc.h.


Field Documentation

HCLK clock frequency

Definition at line 96 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSystemClocksFreq().

PCLK1 clock frequency

Definition at line 97 of file stm32f4xx_ll_rcc.h.

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

PCLK2 clock frequency

Definition at line 98 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSystemClocksFreq(), and LL_USART_Init().

SYSCLK clock frequency

Definition at line 95 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSystemClocksFreq().


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