DIY Logging Volt/Ampmeter
|
RCC extended clocks structure definition. More...
#include <stm32f1xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | PeriphClockSelection |
uint32_t | RTCClockSelection |
uint32_t | AdcClockSelection |
RCC extended clocks structure definition.
Definition at line 283 of file stm32f1xx_hal_rcc_ex.h.
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.
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.
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.