STM32L486xx HAL User Manual
Defines
FLASH LATENCY
SYSTEM Exported Constants

Defines

#define LL_FLASH_LATENCY_0   FLASH_ACR_LATENCY_0WS
#define LL_FLASH_LATENCY_1   FLASH_ACR_LATENCY_1WS
#define LL_FLASH_LATENCY_2   FLASH_ACR_LATENCY_2WS
#define LL_FLASH_LATENCY_3   FLASH_ACR_LATENCY_3WS
#define LL_FLASH_LATENCY_4   FLASH_ACR_LATENCY_4WS

Define Documentation

#define LL_FLASH_LATENCY_0   FLASH_ACR_LATENCY_0WS

FLASH Zero wait state

Definition at line 370 of file stm32l4xx_ll_system.h.

Referenced by UTILS_SetFlashLatency().

#define LL_FLASH_LATENCY_1   FLASH_ACR_LATENCY_1WS

FLASH One wait state

Definition at line 371 of file stm32l4xx_ll_system.h.

Referenced by UTILS_SetFlashLatency().

#define LL_FLASH_LATENCY_2   FLASH_ACR_LATENCY_2WS

FLASH Two wait states

Definition at line 372 of file stm32l4xx_ll_system.h.

Referenced by UTILS_SetFlashLatency().

#define LL_FLASH_LATENCY_3   FLASH_ACR_LATENCY_3WS

FLASH Three wait states

Definition at line 373 of file stm32l4xx_ll_system.h.

Referenced by UTILS_SetFlashLatency().

#define LL_FLASH_LATENCY_4   FLASH_ACR_LATENCY_4WS

FLASH Four wait states

Definition at line 374 of file stm32l4xx_ll_system.h.

Referenced by UTILS_SetFlashLatency().