|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Macros | |
| #define | HSE_VALUE (32000000UL) |
| #define | MSI_VALUE (4000000UL) |
| #define | HSI_VALUE (16000000UL) |
| #define | LSI_VALUE (32000UL) |
| #define | LSE_VALUE (32768UL) |
| #define HSE_VALUE (32000000UL) |
Value of the External oscillator in Hz
Definition at line 88 of file system_stm32wlxx.c.
| #define HSI_VALUE (16000000UL) |
Value of the Internal oscillator in Hz
Definition at line 96 of file system_stm32wlxx.c.
| #define LSE_VALUE (32768UL) |
Value of LSE in Hz
Definition at line 104 of file system_stm32wlxx.c.
| #define LSI_VALUE (32000UL) |
Value of LSI in Hz
Definition at line 100 of file system_stm32wlxx.c.
| #define MSI_VALUE (4000000UL) |
Value of the Internal oscillator in Hz
Definition at line 92 of file system_stm32wlxx.c.