| 
    DIY Logging Volt/Ampmeter
    
   | 
 
UTILS System, AHB and APB buses clock configuration structure definition. More...
#include <stm32f1xx_ll_utils.h>
Data Fields | |
| uint32_t | AHBCLKDivider | 
| uint32_t | APB1CLKDivider | 
| uint32_t | APB2CLKDivider | 
UTILS System, AHB and APB buses clock configuration structure definition.
Definition at line 108 of file stm32f1xx_ll_utils.h.
| 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 110 of file stm32f1xx_ll_utils.h.
| 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 116 of file stm32f1xx_ll_utils.h.
| 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 122 of file stm32f1xx_ll_utils.h.