STM32F103xB HAL User Manual
Defines
UTILS Private Constants
UTILS

Defines

#define UTILS_PLL_OUTPUT_MAX   RCC_MAX_FREQUENCY
#define UTILS_PLL2_OUTPUT_MAX   RCC_MAX_FREQUENCY
#define UTILS_HSE_FREQUENCY_MIN   RCC_HSE_MIN
#define UTILS_HSE_FREQUENCY_MAX   RCC_HSE_MAX
#define UTILS_LATENCY1_FREQ   24000000U
#define UTILS_LATENCY2_FREQ   48000000U
#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 Documentation

#define FLASHSIZE_BASE_ADDRESS   FLASHSIZE_BASE

Flash size data register base address.

Definition at line 70 of file stm32f1xx_ll_utils.h.

Referenced by LL_GetFlashSize().

#define LL_MAX_DELAY   0xFFFFFFFFU

Definition at line 60 of file stm32f1xx_ll_utils.h.

Referenced by LL_mDelay().

#define UID_BASE_ADDRESS   UID_BASE

Unique device ID register base address.

Definition at line 65 of file stm32f1xx_ll_utils.h.

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

#define UTILS_HSE_FREQUENCY_MAX   RCC_HSE_MAX

Frequency max for HSE frequency, in Hz

Definition at line 51 of file stm32f1xx_ll_utils.c.

#define UTILS_HSE_FREQUENCY_MIN   RCC_HSE_MIN

Frequency min for HSE frequency, in Hz

Definition at line 50 of file stm32f1xx_ll_utils.c.

#define UTILS_LATENCY1_FREQ   24000000U

SYSCLK frequency to set FLASH latency 1

Definition at line 55 of file stm32f1xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_LATENCY2_FREQ   48000000U

SYSCLK frequency to set FLASH latency 2

Definition at line 56 of file stm32f1xx_ll_utils.c.

Referenced by LL_SetFlashLatency().

#define UTILS_PLL2_OUTPUT_MAX   RCC_MAX_FREQUENCY

Frequency max for PLL2 output, in Hz

Definition at line 47 of file stm32f1xx_ll_utils.c.

#define UTILS_PLL_OUTPUT_MAX   RCC_MAX_FREQUENCY

Frequency max for PLL output, in Hz

Definition at line 46 of file stm32f1xx_ll_utils.c.