HAL + 0/1 examples
SourceVu will show references to LL_UTILS_ClkInitTypeDef from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
UTILS
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
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().
uint32_t
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().
uint32_t
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().

References

from examples