MG32L003 Standard Peripherals Firmware Library
Macros

Macros

#define RCC_LSE_OFF   ((uint32_t)0x00)
 
#define RCC_LSE_ON   ((uint32_t)0x01)
 
#define RCC_LSE_BYPASS   ((uint32_t)0x02)
 
#define RCC_LSE_DEFAULT   ((uint32_t)0x03)
 

Detailed Description

Macro Definition Documentation

◆ RCC_LSE_BYPASS

#define RCC_LSE_BYPASS   ((uint32_t)0x02)

LSE clock bypass

◆ RCC_LSE_OFF

#define RCC_LSE_OFF   ((uint32_t)0x00)

LSE clock deactivation

◆ RCC_LSE_ON

#define RCC_LSE_ON   ((uint32_t)0x01)

LSE clock activation