DIY Logging Volt/Ampmeter
|
Macros | |
#define | __HAL_RCC_LSI_ENABLE() (*(__IO uint32_t *) RCC_CSR_LSION_BB = ENABLE) |
Macro to enable the Internal Low Speed oscillator (LSI). More... | |
#define | __HAL_RCC_LSI_DISABLE() (*(__IO uint32_t *) RCC_CSR_LSION_BB = DISABLE) |
Macro to disable the Internal Low Speed oscillator (LSI). More... | |
#define __HAL_RCC_LSI_DISABLE | ( | ) | (*(__IO uint32_t *) RCC_CSR_LSION_BB = DISABLE) |
Macro to disable the Internal Low Speed oscillator (LSI).
Definition at line 720 of file stm32f1xx_hal_rcc.h.
#define __HAL_RCC_LSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CSR_LSION_BB = ENABLE) |
Macro to enable the Internal Low Speed oscillator (LSI).
Definition at line 713 of file stm32f1xx_hal_rcc.h.