MG32L003 Standard Peripherals Firmware Library
Macros

Macros

#define RCC_HSE_OFF   ((uint32_t)0x00)
 
#define RCC_HSE_ON   ((uint32_t)0x01)
 
#define RCC_HSE_BYPASS   ((uint32_t)0x02)
 
#define RCC_HSE_DEFAULT   ((uint32_t)0x03)
 

Detailed Description

Macro Definition Documentation

◆ RCC_HSE_BYPASS

#define RCC_HSE_BYPASS   ((uint32_t)0x02)

HSE clock bypass

◆ RCC_HSE_OFF

#define RCC_HSE_OFF   ((uint32_t)0x00)

HSE clock deactivation

◆ RCC_HSE_ON

#define RCC_HSE_ON   ((uint32_t)0x01)

HSE clock activation