DIY Logging Volt/Ampmeter
|
Macros | |
#define | RCC_HSE_OFF 0x00000000U |
#define | RCC_HSE_ON RCC_CR_HSEON |
#define | RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) |
#define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) |
External clock source for HSE clock
Definition at line 119 of file stm32f1xx_hal_rcc.h.
#define RCC_HSE_OFF 0x00000000U |
HSE clock deactivation
Definition at line 117 of file stm32f1xx_hal_rcc.h.
#define RCC_HSE_ON RCC_CR_HSEON |
HSE clock activation
Definition at line 118 of file stm32f1xx_hal_rcc.h.