L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
Stm32WLxx_System_Private_Includes
Collaboration diagram for Stm32WLxx_System_Private_Includes:

Macros

#define HSE_VALUE   (32000000UL)
#define MSI_VALUE   (4000000UL)
#define HSI_VALUE   (16000000UL)
#define LSI_VALUE   (32000UL)
#define LSE_VALUE   (32768UL)

Detailed Description

Macro Definition Documentation

◆ HSE_VALUE

#define HSE_VALUE   (32000000UL)

Value of the External oscillator in Hz

Definition at line 88 of file system_stm32wlxx.c.

◆ HSI_VALUE

#define HSI_VALUE   (16000000UL)

Value of the Internal oscillator in Hz

Definition at line 96 of file system_stm32wlxx.c.

◆ LSE_VALUE

#define LSE_VALUE   (32768UL)

Value of LSE in Hz

Definition at line 104 of file system_stm32wlxx.c.

◆ LSI_VALUE

#define LSI_VALUE   (32000UL)

Value of LSI in Hz

Definition at line 100 of file system_stm32wlxx.c.

◆ MSI_VALUE

#define MSI_VALUE   (4000000UL)

Value of the Internal oscillator in Hz

Definition at line 92 of file system_stm32wlxx.c.