STM32F439xx HAL User Manual
Data Fields
LL_UTILS_ClkInitTypeDef Struct Reference

UTILS System, AHB and APB buses clock configuration structure definition. More...

#include <stm32f4xx_ll_utils.h>

Data Fields

uint32_t AHBCLKDivider
uint32_t APB1CLKDivider
uint32_t APB2CLKDivider

Detailed Description

UTILS System, AHB and APB buses clock configuration structure definition.

Definition at line 136 of file stm32f4xx_ll_utils.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 prescaler

This feature can be modified afterwards using unitary function LL_RCC_SetAHBPrescaler().

Definition at line 138 of file stm32f4xx_ll_utils.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

The APB1 clock (PCLK1) divider. This clock is derived from the AHB clock (HCLK). This parameter can be a value of APB low-speed prescaler (APB1)

This feature can be modified afterwards using unitary function LL_RCC_SetAPB1Prescaler().

Definition at line 144 of file stm32f4xx_ll_utils.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

The APB2 clock (PCLK2) divider. This clock is derived from the AHB clock (HCLK). This parameter can be a value of APB high-speed prescaler (APB2)

This feature can be modified afterwards using unitary function LL_RCC_SetAPB2Prescaler().

Definition at line 150 of file stm32f4xx_ll_utils.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().


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