|
WB32L003 Standard Peripherals Firmware Library
|
This file provides all the RCC firmware functions. 更多...
#include "wb32l003_rcc.h"函数 | |
| void | RCC_DeInit (void) |
| Resets the RCC clock configuration to the default reset state. 更多... | |
| void | RCC_HSIConfig (const uint32_t HSI_Value, FunctionalState NewState) |
| Configures the Internal High Speed oscillator (HSI). 更多... | |
| void | RCC_LSIConfig (uint32_t LSI_Value, uint32_t LSI_StartUPTime, FunctionalState NewState) |
| Configures the Internal low Speed oscillator (LSI). 更多... | |
| void | RCC_HSEConfig (uint32_t RCC_HSE) |
| Configures the External High Speed oscillator (HSE). 更多... | |
| void | RCC_LSEConfig (uint32_t RCC_LSE) |
| Configures the External Low Speed oscillator (LSE). 更多... | |
| void | RCC_HSEDriveCurrentConfig (uint32_t Current) |
| Configures the drive current of High Speed oscillator (HSE). 更多... | |
| void | RCC_HSEStartTimeConfig (uint32_t Time) |
| Configures the start time of High Speed oscillator (HSE). 更多... | |
| void | RCC_LSEDriveCurrentConfig (uint32_t Current) |
| Configures the drive current of Low Speed oscillator (LSE). 更多... | |
| void | RCC_LSEStartTimeConfig (uint32_t Time) |
| Configures the start time of Low Speed oscillator (LSE). 更多... | |
| void | RCC_SYSCLKConfig (uint32_t RCC_SYSCLKSource) |
| Configures the SYS Clock (SYSCLK). 更多... | |
| void | RCC_AHBCLKConfig (uint32_t RCC_AHBCLKDiv) |
| Configures the AHB clock (AHBCLK). 更多... | |
| void | RCC_APBCLKConfig (uint32_t RCC_APBCLKDiv) |
| Configures the APB clock (APBCLK). 更多... | |
| void | RCC_MCOConfig (uint32_t RCC_MCOSource, uint32_t RCC_MCOHCLKDiv) |
| Selects the clock source to output on MCO pin. 更多... | |
| void | RCC_MCOCmd (FunctionalState NewState) |
| Enable or Disable the MCO Clock output. 更多... | |
| void | RCC_GetClocksFreq (RCC_ClocksTypeDef *RCC_Clocks) |
| Returns the frequencies of different on chip clocks. 更多... | |
| void | RCC_AHBPeriphClockCmd (uint32_t RCC_AHBPeriph, FunctionalState NewState) |
| Enables or disables the AHB peripheral clock. 更多... | |
| void | RCC_APBPeriphClockCmd (uint32_t RCC_APBPeriph, FunctionalState NewState) |
| Enables or disables the APB peripheral clock. 更多... | |
| void | RCC_AHBPeriphResetCmd (uint32_t RCC_AHBPeriph, FunctionalState NewState) |
| Forces or releases AHB peripheral reset. 更多... | |
| void | RCC_APBPeriphResetCmd (uint32_t RCC_APBPeriph, FunctionalState NewState) |
| Forces or releases APB peripheral reset. 更多... | |
| void | RCC_RTCPeriphResetCmd (FunctionalState NewState) |
| Forces or releases RTC peripheral reset. 更多... | |
| FlagStatus | RCC_GetResetFlagStatus (uint32_t RCC_RSTFLAG) |
| Checks whether the specified RCC reset flag is set or not. 更多... | |
| void | RCC_ClearResetFlags (uint32_t RCC_RSTFLAG) |
| Clear the specified RCC reset flag. 更多... | |
This file provides all the RCC firmware functions.