DIY Logging Volt/Ampmeter
RCC_PeriphCLKInitTypeDef Struct Reference

RCC extended clocks structure definition. More...

#include <stm32f1xx_hal_rcc_ex.h>

Data Fields

uint32_t PeriphClockSelection
 
uint32_t RTCClockSelection
 
uint32_t AdcClockSelection
 

Detailed Description

RCC extended clocks structure definition.

Definition at line 283 of file stm32f1xx_hal_rcc_ex.h.

Field Documentation

◆ AdcClockSelection

uint32_t RCC_PeriphCLKInitTypeDef::AdcClockSelection

ADC clock source This parameter can be a value of ADC Prescaler

Definition at line 291 of file stm32f1xx_hal_rcc_ex.h.

◆ PeriphClockSelection

uint32_t RCC_PeriphCLKInitTypeDef::PeriphClockSelection

The Extended Clock to be configured. This parameter can be a value of Periph Clock Selection

Definition at line 285 of file stm32f1xx_hal_rcc_ex.h.

◆ RTCClockSelection

uint32_t RCC_PeriphCLKInitTypeDef::RTCClockSelection

specifies the RTC clock source. This parameter can be a value of RTC Clock Source

Definition at line 288 of file stm32f1xx_hal_rcc_ex.h.


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