DIY Logging Volt/Ampmeter

Macros

#define RCC_LSI_OFF   0x00000000U
 
#define RCC_LSI_ON   RCC_CSR_LSION
 

Detailed Description

Macro Definition Documentation

◆ RCC_LSI_OFF

#define RCC_LSI_OFF   0x00000000U

LSI clock deactivation

Definition at line 150 of file stm32f1xx_hal_rcc.h.

◆ RCC_LSI_ON

#define RCC_LSI_ON   RCC_CSR_LSION

LSI clock activation

Definition at line 151 of file stm32f1xx_hal_rcc.h.