Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c278 …const uint32_t UTILS_CLK_SRC_RANGE_VOS1[] = {18000000U, 36000000U, 54000000U, UTILS_MAX_FREQUENCY_… in LL_SetFlashLatency() local
294 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
296 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
317 for (index = 0; index < countof(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
319 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c287 const uint32_t UTILS_CLK_SRC_RANGE_VOS1[] = {18000000UL, 36000000UL, UTILS_MAX_FREQUENCY_SCALE1}; in LL_SetFlashLatency() local
303 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
305 if (HCLK3_Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c266 const uint32_t UTILS_CLK_SRC_RANGE_VOS1[] = {20000000UL, 40000000UL, 60000000UL, in LL_SetFlashLatency() local
300 for (index = 0; index < COUNTOF(UTILS_CLK_SRC_RANGE_VOS1); index++) in LL_SetFlashLatency()
302 if (HCLKFrequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()