HAL + 0/3 examples
CodeScope will show references to LL_FLASH_LATENCY_0 from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
WWDG
STM32F429ZI-Nucleo
Examples_LL
RNG
 
Symbols
loading...
Files
loading...

LL_FLASH_LATENCY_0 macro

FLASH Zero wait state

Syntax

#define LL_FLASH_LATENCY_0 FLASH_ACR_LATENCY_0WS

Examples

LL_FLASH_LATENCY_0 is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_system.h:421
#define LL_FLASH_LATENCY_0 FLASH_ACR_LATENCY_0WS /*!< FLASH Zero wait state */
stm32f4xx_ll_utils.c:342
uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */
stm32f4xx_ll_utils.c:356
if((HCLK_Frequency > UTILS_SCALE1_LATENCY5_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:362
if((HCLK_Frequency > UTILS_SCALE1_LATENCY4_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:368
if((HCLK_Frequency > UTILS_SCALE1_LATENCY3_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:374
if((HCLK_Frequency > UTILS_SCALE1_LATENCY2_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:380
if((HCLK_Frequency > UTILS_SCALE1_LATENCY1_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:390
if((HCLK_Frequency > UTILS_SCALE2_LATENCY5_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:396
if((HCLK_Frequency > UTILS_SCALE2_LATENCY4_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:402
if((HCLK_Frequency > UTILS_SCALE2_LATENCY3_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:407
if((HCLK_Frequency > UTILS_SCALE2_LATENCY2_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:413
if((HCLK_Frequency > UTILS_SCALE2_LATENCY1_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:423
if((HCLK_Frequency > UTILS_SCALE3_LATENCY3_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:429
if((HCLK_Frequency > UTILS_SCALE3_LATENCY2_FREQ)&&(latency == LL_FLASH_LATENCY_0))
stm32f4xx_ll_utils.c:435
if((HCLK_Frequency > UTILS_SCALE3_LATENCY1_FREQ)&&(latency == LL_FLASH_LATENCY_0))