Home
last modified time | relevance | path

Searched refs:UTILS_CLK_SRC_RANGE_VOS2 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c290 const uint32_t UTILS_CLK_SRC_RANGE_VOS2[] = {6000000U, 12000000U, UTILS_MAX_FREQUENCY_SCALE2}; in LL_SetFlashLatency() local
319 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS2); index++) in LL_SetFlashLatency()
321 if (HCLK3_Frequency <= UTILS_CLK_SRC_RANGE_VOS2[index]) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c282 const uint32_t UTILS_CLK_SRC_RANGE_VOS2[] = {6000000U, 12000000U, UTILS_MAX_FREQUENCY_SCALE2}; in LL_SetFlashLatency() local
306 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS2); index++) in LL_SetFlashLatency()
308 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS2[index]) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c270 const uint32_t UTILS_CLK_SRC_RANGE_VOS2[] = {8000000UL, 16000000UL, UTILS_MAX_FREQUENCY_SCALE2}; in LL_SetFlashLatency() local
316 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS2); index++) in LL_SetFlashLatency()
318 if (HCLKFrequency <= UTILS_CLK_SRC_RANGE_VOS2[index]) in LL_SetFlashLatency()