STM32F103xB HAL User Manual
Defines
FLASH LATENCY
SYSTEM Exported Constants

Defines

#define LL_FLASH_LATENCY_0   0x00000000U
#define LL_FLASH_LATENCY_1   FLASH_ACR_LATENCY_0
#define LL_FLASH_LATENCY_2   FLASH_ACR_LATENCY_1

Define Documentation

#define LL_FLASH_LATENCY_0   0x00000000U

FLASH Zero Latency cycle

Definition at line 160 of file stm32f1xx_ll_system.h.

Referenced by LL_SetFlashLatency().

#define LL_FLASH_LATENCY_1   FLASH_ACR_LATENCY_0

FLASH One Latency cycle

Definition at line 161 of file stm32f1xx_ll_system.h.

Referenced by LL_SetFlashLatency().

#define LL_FLASH_LATENCY_2   FLASH_ACR_LATENCY_1

FLASH Two wait states

Definition at line 162 of file stm32f1xx_ll_system.h.

Referenced by LL_SetFlashLatency().