Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
De-initialization function
[RCC Exported Functions]
Functions | |
ErrorStatus | LL_RCC_DeInit (void) |
Reset the RCC clock configuration to the default reset state. |
Function Documentation
ErrorStatus LL_RCC_DeInit | ( | void | ) |
Reset the RCC clock configuration to the default reset state.
- Note:
- The default reset state of the clock configuration is given below:
- MSI ON and used as system clock source
- HSE, HSI, PLL and PLLSAIxSource OFF
- AHB, APB1 and APB2 prescaler set to 1.
- CSS, MCO OFF
- All interrupts disabled
-
This function doesn't modify the configuration of the
- Peripheral clocks
- LSI, LSE and RTC clocks
- Return values:
-
An ErrorStatus enumeration value: - SUCCESS: RCC registers are de-initialized
- ERROR: not applicable
Definition at line 171 of file stm32l4xx_ll_rcc.c.
Generated on Tue Jul 12 2022 11:00:15 by
