Home
last modified time | relevance | path

Searched refs:UTILS_LATENCY1_FREQ (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c52 #define UTILS_LATENCY1_FREQ 24000000U /*!< SYSCLK frequency to set FLASH latency 1 */ macro
257 if (Frequency > UTILS_LATENCY1_FREQ) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_utils.c53 #define UTILS_LATENCY1_FREQ 24000000U /*!< SYSCLK frequency to set FLASH latency 1 */ macro
242 if (Frequency > UTILS_LATENCY1_FREQ) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_utils.c56 #define UTILS_LATENCY1_FREQ 30000000U /*!< HCLK frequency to set FLASH latency 1 in power sc… macro
331 if(HCLK_Frequency > UTILS_LATENCY1_FREQ) in LL_SetFlashLatency()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c54 #define UTILS_LATENCY1_FREQ 24000000U /*!< SYSCLK frequency to set FLASH latency 1 */ macro
305 if (Frequency > UTILS_LATENCY1_FREQ) in LL_SetFlashLatency()