DIY Logging Volt/Ampmeter

Macros

#define RCC_HSE_PREDIV_DIV1   0x00000000U
 
#define RCC_HSE_PREDIV_DIV2   RCC_CFGR_PLLXTPRE
 

Detailed Description

Macro Definition Documentation

◆ RCC_HSE_PREDIV_DIV1

#define RCC_HSE_PREDIV_DIV1   0x00000000U

Definition at line 451 of file stm32f1xx_hal_rcc_ex.h.

◆ RCC_HSE_PREDIV_DIV2

#define RCC_HSE_PREDIV_DIV2   RCC_CFGR_PLLXTPRE

Definition at line 471 of file stm32f1xx_hal_rcc_ex.h.