/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_utils.c | 342 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/ |
D | stm32f7xx_ll_utils.c | 330 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/ |
D | stm32l0xx_ll_utils.c | 262 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/ |
D | stm32u0xx_ll_utils.c | 495 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/ |
D | stm32wbaxx_ll_utils.c | 445 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency() 462 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_utils.c | 309 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/ |
D | stm32wbxx_ll_utils.c | 265 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/ |
D | stm32f1xx_ll_utils.c | 288 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/ |
D | stm32h7rsxx_ll_utils.c | 648 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/ |
D | stm32c0xx_ll_utils.c | 200 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_system.h | 161 #define LL_FLASH_LATENCY_0 0x00000000U /*!< FLASH Zero Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_utils.c | 245 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_system.h | 207 #define LL_FLASH_LATENCY_0 FLASH_ACR_LATENCY_0WS /*!< FLASH Zero wait state */ macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_utils.c | 265 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_utils.c | 405 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_utils.c | 250 latency = LL_FLASH_LATENCY_0; in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_system.h | 263 #define LL_FLASH_LATENCY_0 FLASH_ACR_LATENCY_0WS /*!< FLASH Zero wait state */ macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_system.h | 255 #define LL_FLASH_LATENCY_0 (0x00000000U) /*!< FLASH Zero Latency cycle */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_utils.c | 279 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_utils.c | 293 …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/ |
D | stm32u5xx_ll_utils.c | 324 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_utils.c | 273 …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/ |
D | stm32wbaxx_ll_system.h | 195 #define LL_FLASH_LATENCY_0 0 /*!… macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_system.h | 205 #define LL_FLASH_LATENCY_0 0x00000000U /*!< FLASH Zero wait state … macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_utils.c | 296 uint32_t latency = LL_FLASH_LATENCY_0; /* default value 0WS */ in LL_SetFlashLatency()
|