Home
last modified time | relevance | path

Searched refs:HCLK4Frequency (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c262 ErrorStatus LL_SetFlashLatency(uint32_t HCLK4Frequency) in LL_SetFlashLatency() argument
289 if ((HCLK4Frequency > 0U) && (HCLK4Frequency <= maxfreq)) in LL_SetFlashLatency()
296 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
308 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS2[index]) in LL_SetFlashLatency()
319 if (HCLK4Frequency <= UTILS_CLK_SRC_RANGE_VOS1[index]) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_utils.h284 ErrorStatus LL_SetFlashLatency(uint32_t HCLK4Frequency);