Home
last modified time | relevance | path

Searched refs:LL_FLASH_LATENCY_0 (Results 1 – 25 of 43) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_utils.c342 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
356 if((HCLK_Frequency > UTILS_SCALE1_LATENCY5_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
362 if((HCLK_Frequency > UTILS_SCALE1_LATENCY4_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
368 if((HCLK_Frequency > UTILS_SCALE1_LATENCY3_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
374 if((HCLK_Frequency > UTILS_SCALE1_LATENCY2_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
380 if((HCLK_Frequency > UTILS_SCALE1_LATENCY1_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
390 if((HCLK_Frequency > UTILS_SCALE2_LATENCY5_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
396 if((HCLK_Frequency > UTILS_SCALE2_LATENCY4_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
402 if((HCLK_Frequency > UTILS_SCALE2_LATENCY3_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
407 if((HCLK_Frequency > UTILS_SCALE2_LATENCY2_FREQ)&&(latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_utils.c330 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
355 if((HCLK_Frequency > UTILS_SCALE1_LATENCY5_FREQ) && (latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
360 else if((HCLK_Frequency > UTILS_SCALE1_LATENCY4_FREQ) && (latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
365 else if((HCLK_Frequency > UTILS_SCALE1_LATENCY3_FREQ) && (latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
370 else if((HCLK_Frequency > UTILS_SCALE1_LATENCY2_FREQ) && (latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
377 if((HCLK_Frequency > UTILS_SCALE1_LATENCY1_FREQ) && (latency == LL_FLASH_LATENCY_0)) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_utils.c262 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
275 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
288 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_utils.c495 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in UTILS_SetFlashLatency()
509 latency = LL_FLASH_LATENCY_0; in UTILS_SetFlashLatency()
531 latency = LL_FLASH_LATENCY_0; in UTILS_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_utils.c445 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
462 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_utils.c309 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
339 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c265 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
286 …const uint32_t UTILS_LATENCY_RANGE[] = {LL_FLASH_LATENCY_0, LL_FLASH_LATENCY_1, LL_FLASH_LATENCY_2… in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c288 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
313 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c648 latency = LL_FLASH_LATENCY_0; /* 0WS (1 CPU cycles) */ in LL_SetFlashLatency()
675 latency = LL_FLASH_LATENCY_0; /* 0WS (1 CPU cycles) */ in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_utils.c200 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_system.h161 #define LL_FLASH_LATENCY_0 0x00000000U /*!< FLASH Zero Latency cycle */ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_utils.c245 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_system.h207 #define LL_FLASH_LATENCY_0 FLASH_ACR_LATENCY_0WS /*!< FLASH Zero wait state */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c265 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_utils.c405 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_utils.c250 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_system.h263 #define LL_FLASH_LATENCY_0 FLASH_ACR_LATENCY_0WS /*!< FLASH Zero wait state */ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_system.h255 #define LL_FLASH_LATENCY_0 (0x00000000U) /*!< FLASH Zero Latency cycle */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c279 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c293 …const uint32_t UTILS_LATENCY_RANGE[] = {LL_FLASH_LATENCY_0, LL_FLASH_LATENCY_1, LL_FLASH_LATENCY_2… in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c324 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c273 …const uint32_t UTILS_LATENCY_RANGE[] = {LL_FLASH_LATENCY_0, LL_FLASH_LATENCY_1, LL_FLASH_LATENCY_2, in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_system.h195 #define LL_FLASH_LATENCY_0 0 /*!… macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_system.h205 #define LL_FLASH_LATENCY_0 0x00000000U /*!< FLASH Zero wait state … macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_utils.c296 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()

12