DIY Logging Volt/Ampmeter
|
Macros | |
#define | RCC_PLL_NONE 0x00000000U |
#define | RCC_PLL_OFF 0x00000001U |
#define | RCC_PLL_ON 0x00000002U |
#define RCC_PLL_NONE 0x00000000U |
PLL is not configured
Definition at line 160 of file stm32f1xx_hal_rcc.h.
#define RCC_PLL_OFF 0x00000001U |
PLL deactivation
Definition at line 161 of file stm32f1xx_hal_rcc.h.
#define RCC_PLL_ON 0x00000002U |
PLL activation
Definition at line 162 of file stm32f1xx_hal_rcc.h.