STM32F103xB HAL User Manual
Defines
FLASH Latency
FLASH Exported Constants

Defines

#define FLASH_LATENCY_0   0x00000000U
#define FLASH_LATENCY_1   FLASH_ACR_LATENCY_0
#define FLASH_LATENCY_2   FLASH_ACR_LATENCY_1

Define Documentation

#define FLASH_LATENCY_0   0x00000000U

FLASH Zero Latency cycle

Definition at line 141 of file stm32f1xx_hal_flash.h.

Referenced by HAL_RCC_GetClockConfig().

#define FLASH_LATENCY_1   FLASH_ACR_LATENCY_0

FLASH One Latency cycle

Definition at line 142 of file stm32f1xx_hal_flash.h.

#define FLASH_LATENCY_2   FLASH_ACR_LATENCY_1

FLASH Two Latency cycles

Definition at line 143 of file stm32f1xx_hal_flash.h.