STM32L486xx HAL User Manual
Data Fields
RCC_ClkInitTypeDef Struct Reference

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

#include <stm32l4xx_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 134 of file stm32l4xx_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 142 of file stm32l4xx_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 145 of file stm32l4xx_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 148 of file stm32l4xx_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 136 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().

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

Definition at line 139 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig(), and HAL_RCC_GetClockConfig().


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