STM32F103xB HAL User Manual
|
Functions | |
ErrorStatus | LL_RCC_DeInit (void) |
Reset the RCC clock configuration to the default reset state. |
ErrorStatus LL_RCC_DeInit | ( | void | ) |
Reset the RCC clock configuration to the default reset state.
An | ErrorStatus enumeration value:
|
Definition at line 103 of file stm32f1xx_ll_rcc.c.
References LL_RCC_ClearResetFlags(), LL_RCC_GetSysClkSource(), LL_RCC_HSI_Enable(), LL_RCC_HSI_IsReady(), LL_RCC_HSI_SetCalibTrimming(), LL_RCC_PLL_IsReady(), LL_RCC_SetSysClkSource(), LL_RCC_SYS_CLKSOURCE_HSI, LL_RCC_SYS_CLKSOURCE_STATUS_HSI, and LL_RCC_WriteReg.