|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Header file of RCC HAL module. More...
Go to the source code of this file.
Classes | |
| struct | RCC_OscInitTypeDef |
| RCC Internal/External Oscillator (HSE, HSI, LSE and LSI) configuration structure definition. More... | |
| struct | RCC_ClkInitTypeDef |
| RCC System, AHB and APB busses clock configuration structure definition. More... | |
Functions | |
| HAL_StatusTypeDef | HAL_RCC_DeInit (void) |
| HAL_StatusTypeDef | HAL_RCC_OscConfig (const RCC_OscInitTypeDef *RCC_OscInitStruct) |
| HAL_StatusTypeDef | HAL_RCC_ClockConfig (const RCC_ClkInitTypeDef *RCC_ClkInitStruct, uint32_t FLatency) |
| void | HAL_RCC_MCOConfig (uint32_t RCC_MCOx, uint32_t RCC_MCOSource, uint32_t RCC_MCODiv) |
| void | HAL_RCC_EnableCSS (void) |
| void | HAL_RCC_DisableCSS (void) |
| uint32_t | HAL_RCC_GetSysClockFreq (void) |
| uint32_t | HAL_RCC_GetHCLKFreq (void) |
| uint32_t | HAL_RCC_GetPCLK1Freq (void) |
| uint32_t | HAL_RCC_GetPCLK2Freq (void) |
| void | HAL_RCC_GetOscConfig (RCC_OscInitTypeDef *RCC_OscInitStruct) |
| void | HAL_RCC_GetClockConfig (RCC_ClkInitTypeDef *RCC_ClkInitStruct, uint32_t *pFLatency) |
| void | HAL_RCC_NMI_IRQHandler (void) |
| void | HAL_RCC_CSSCallback (void) |
Header file of RCC HAL module.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32f4xx_hal_rcc.h.