Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c53 #define UTILS_LATENCY2_FREQ 48000000U /*!< SYSCLK frequency to set FLASH latency 2 */ macro
250 if (Frequency > UTILS_LATENCY2_FREQ) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_utils.c57 #define UTILS_LATENCY2_FREQ 60000000U /*!< HCLK frequency to set FLASH latency 2 in power sc… macro
324 else if(HCLK_Frequency > UTILS_LATENCY2_FREQ) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c55 #define UTILS_LATENCY2_FREQ 48000000U /*!< SYSCLK frequency to set FLASH latency 2 */ macro
298 if (Frequency > UTILS_LATENCY2_FREQ) in LL_SetFlashLatency()