Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 6 | ||
---|---|---|---|
Line 235... | Line 235... | ||
235 | /** @defgroup UTILS_EF_SYSTEM SYSTEM |
235 | /** @defgroup UTILS_EF_SYSTEM SYSTEM |
236 | * @{ |
236 | * @{ |
237 | */ |
237 | */ |
238 | 238 | ||
239 | void LL_SetSystemCoreClock(uint32_t HCLKFrequency); |
239 | void LL_SetSystemCoreClock(uint32_t HCLKFrequency); |
- | 240 | #if defined(FLASH_ACR_LATENCY) |
|
- | 241 | ErrorStatus LL_SetFlashLatency(uint32_t Frequency); |
|
- | 242 | #endif /* FLASH_ACR_LATENCY */ |
|
240 | ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, |
243 | ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, |
241 | LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct); |
244 | LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct); |
242 | #if defined(RCC_CFGR_SW_HSI48) |
245 | #if defined(RCC_CFGR_SW_HSI48) |
243 | ErrorStatus LL_PLL_ConfigSystemClock_HSI48(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, |
246 | ErrorStatus LL_PLL_ConfigSystemClock_HSI48(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, |
244 | LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct); |
247 | LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct); |