STM32F439xx HAL User Manual
Data Fields
RCC_ClkInitTypeDef Struct Reference

RCC System, AHB and APB busses clock configuration structure definition. More...

#include <stm32f4xx_hal_rcc.h>

Data Fields

uint32_t ClockType
uint32_t SYSCLKSource
uint32_t AHBCLKDivider
uint32_t APB1CLKDivider
uint32_t APB2CLKDivider

Detailed Description

RCC System, AHB and APB busses clock configuration structure definition.

Definition at line 93 of file stm32f4xx_hal_rcc.h.


Field Documentation

The AHB clock (HCLK) divider. This clock is derived from the system clock (SYSCLK). This parameter can be a value of AHB Clock Source

Definition at line 101 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

The APB1 clock (PCLK1) divider. This clock is derived from the AHB clock (HCLK). This parameter can be a value of APB1/APB2 Clock Source

Definition at line 104 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

The APB2 clock (PCLK2) divider. This clock is derived from the AHB clock (HCLK). This parameter can be a value of APB1/APB2 Clock Source

Definition at line 107 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

The clock to be configured. This parameter can be a value of System Clock Type

Definition at line 95 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

The clock source (SYSCLKS) used as system clock. This parameter can be a value of System Clock Source

Definition at line 98 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().


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