STM32L443xx HAL User Manual
Defines
UTILS Private Constants
UTILS

Defines

#define UTILS_MAX_FREQUENCY_SCALE1   80000000U
#define UTILS_MAX_FREQUENCY_SCALE2   26000000U
#define UTILS_PLLVCO_INPUT_MIN   4000000U
#define UTILS_PLLVCO_INPUT_MAX   16000000U
#define UTILS_PLLVCO_OUTPUT_MIN   64000000U
#define UTILS_PLLVCO_OUTPUT_MAX   344000000U
#define UTILS_HSE_FREQUENCY_MIN   4000000U
#define UTILS_HSE_FREQUENCY_MAX   48000000U
#define UTILS_SCALE1_LATENCY1_FREQ   16000000U
#define UTILS_SCALE1_LATENCY2_FREQ   32000000U
#define UTILS_SCALE1_LATENCY3_FREQ   48000000U
#define UTILS_SCALE1_LATENCY4_FREQ   64000000U
#define UTILS_SCALE2_LATENCY1_FREQ   6000000U
#define UTILS_SCALE2_LATENCY2_FREQ   12000000U
#define UTILS_SCALE2_LATENCY3_FREQ   18000000U
#define LL_MAX_DELAY   0xFFFFFFFFU
#define UID_BASE_ADDRESS   UID_BASE
 Unique device ID register base address.
#define FLASHSIZE_BASE_ADDRESS   FLASHSIZE_BASE
 Flash size data register base address.
#define PACKAGE_BASE_ADDRESS   PACKAGE_BASE
 Package data register base address.

Define Documentation

#define FLASHSIZE_BASE_ADDRESS   FLASHSIZE_BASE

Flash size data register base address.

Definition at line 71 of file stm32l4xx_ll_utils.h.

Referenced by LL_GetFlashSize().

#define LL_MAX_DELAY   0xFFFFFFFFU

Definition at line 61 of file stm32l4xx_ll_utils.h.

Referenced by LL_mDelay().

#define PACKAGE_BASE_ADDRESS   PACKAGE_BASE

Package data register base address.

Definition at line 76 of file stm32l4xx_ll_utils.h.

Referenced by LL_GetPackageType().

#define UID_BASE_ADDRESS   UID_BASE

Unique device ID register base address.

Definition at line 66 of file stm32l4xx_ll_utils.h.

Referenced by LL_GetUID_Word0(), LL_GetUID_Word1(), and LL_GetUID_Word2().

#define UTILS_HSE_FREQUENCY_MAX   48000000U

Frequency max for HSE frequency, in Hz

Definition at line 60 of file stm32l4xx_ll_utils.c.

#define UTILS_HSE_FREQUENCY_MIN   4000000U

Frequency min for HSE frequency, in Hz

Definition at line 59 of file stm32l4xx_ll_utils.c.

#define UTILS_MAX_FREQUENCY_SCALE1   80000000U

Maximum frequency for system clock at power scale1, in Hz

Definition at line 48 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_MAX_FREQUENCY_SCALE2   26000000U

Maximum frequency for system clock at power scale2, in Hz

Definition at line 49 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_PLLVCO_INPUT_MAX   16000000U

Frequency max for PLLVCO input, in Hz

Definition at line 54 of file stm32l4xx_ll_utils.c.

#define UTILS_PLLVCO_INPUT_MIN   4000000U

Frequency min for PLLVCO input, in Hz

Definition at line 53 of file stm32l4xx_ll_utils.c.

#define UTILS_PLLVCO_OUTPUT_MAX   344000000U

Frequency max for PLLVCO output, in Hz

Definition at line 56 of file stm32l4xx_ll_utils.c.

#define UTILS_PLLVCO_OUTPUT_MIN   64000000U

Frequency min for PLLVCO output, in Hz

Definition at line 55 of file stm32l4xx_ll_utils.c.

#define UTILS_SCALE1_LATENCY1_FREQ   16000000U

HCLK frequency to set FLASH latency 1 in power scale 1

Definition at line 73 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_SCALE1_LATENCY2_FREQ   32000000U

HCLK frequency to set FLASH latency 2 in power scale 1

Definition at line 74 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_SCALE1_LATENCY3_FREQ   48000000U

HCLK frequency to set FLASH latency 3 in power scale 1

Definition at line 75 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_SCALE1_LATENCY4_FREQ   64000000U

HCLK frequency to set FLASH latency 4 in power scale 1

Definition at line 76 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_SCALE2_LATENCY1_FREQ   6000000U

HCLK frequency to set FLASH latency 1 in power scale 2

Definition at line 77 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_SCALE2_LATENCY2_FREQ   12000000U

HCLK frequency to set FLASH latency 2 in power scale 2

Definition at line 78 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_SCALE2_LATENCY3_FREQ   18000000U

HCLK frequency to set FLASH latency 3 in power scale 2

Definition at line 79 of file stm32l4xx_ll_utils.c.

Referenced by LL_SetFlashLatency().