STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
LL_UTILS_ClkInitTypeDef Struct Reference

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

#include <stm32f4xx_ll_utils.h>

Public Attributes

uint32_t AHBCLKDivider
uint32_t APB1CLKDivider
uint32_t APB2CLKDivider

Detailed Description

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

Definition at line 119 of file stm32f4xx_ll_utils.h.

Member Data Documentation

◆ AHBCLKDivider

uint32_t LL_UTILS_ClkInitTypeDef::AHBCLKDivider

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

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

Definition at line 121 of file stm32f4xx_ll_utils.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

◆ APB1CLKDivider

uint32_t LL_UTILS_ClkInitTypeDef::APB1CLKDivider

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

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

Definition at line 127 of file stm32f4xx_ll_utils.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

◆ APB2CLKDivider

uint32_t LL_UTILS_ClkInitTypeDef::APB2CLKDivider

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

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

Definition at line 133 of file stm32f4xx_ll_utils.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().


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