My Project
Loading...
Searching...
No Matches
LL_UTILS_ClkInitTypeDef Struct Reference

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

#include <stm32f3xx_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.

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().

◆ 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().

◆ 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().


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