Home
last modified time | relevance | path

Searched refs:getlatency (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_utils.c181 uint32_t getlatency; in LL_SetFlashLatency() local
211 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
213 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
215 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c239 uint32_t getlatency; in LL_SetFlashLatency() local
277 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
279 } while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
281 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_utils.c241 uint32_t getlatency; in LL_SetFlashLatency() local
302 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
304 } while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
306 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_utils.c379 uint32_t getlatency; in LL_SetFlashLatency() local
417 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
419 } while ((getlatency != latency) && (timeout > 0u)); in LL_SetFlashLatency()
421 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_utils.c231 uint32_t getlatency; in LL_SetFlashLatency() local
260 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
262 } while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
264 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_utils.c308 uint32_t getlatency; in LL_SetFlashLatency() local
350 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
352 } while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
354 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c274 uint32_t getlatency; in LL_SetFlashLatency() local
376 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
378 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
380 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c280 uint32_t getlatency; in LL_SetFlashLatency() local
341 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
343 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
345 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c323 uint32_t getlatency; in LL_SetFlashLatency() local
453 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
455 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
457 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c268 uint32_t getlatency; in LL_SetFlashLatency() local
339 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
341 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
343 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_utils.c329 uint32_t getlatency; in LL_SetFlashLatency() local
455 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
457 } while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
459 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c255 uint32_t getlatency; in LL_SetFlashLatency() local
338 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
341 while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
343 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_utils.c341 uint32_t getlatency; in LL_SetFlashLatency() local
451 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
453 } while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
455 if(getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c287 uint32_t getlatency; in LL_SetFlashLatency() local
327 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
330 while ((getlatency != latency) && (timeout > 0)); in LL_SetFlashLatency()
332 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c614 uint32_t getlatency; in LL_SetFlashLatency() local
687 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
689 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
691 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c663 uint32_t getlatency; in LL_SetFlashLatency() local
819 getlatency = LL_FLASH_GetLatency(); in LL_SetFlashLatency()
821 } while ((getlatency != latency) && (timeout > 0U)); in LL_SetFlashLatency()
823 if (getlatency != latency) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c695 uint32_t getlatency; local
889 getlatency = LL_FLASH_GetLatency();
891 } while ((getlatency != latency) && (timeout > 0U));
893 if(getlatency != latency)