|
STM32F439xx HAL User Manual
|
RCCEx HAL module driver. More...
Modules | |
| RCCEx Exported Functions | |
| RCCEx Exported Types | |
| RCCEx Exported Constants | |
| RCCEx Exported Macros | |
| RCCEx Private Constants | |
| RCCEx Private Macros | |
Functions | |
| HAL_StatusTypeDef | HAL_RCC_DeInit (void) |
| Resets the RCC clock configuration to the default reset state. | |
RCCEx HAL module driver.
| HAL_StatusTypeDef HAL_RCC_DeInit | ( | void | ) |
Resets the RCC clock configuration to the default reset state.
| HAL | status |
Definition at line 3149 of file stm32f4xx_hal_rcc_ex.c.
References CLOCKSWITCH_TIMEOUT_VALUE, HAL_GetTick(), HAL_InitTick(), HSE_TIMEOUT_VALUE, HSI_TIMEOUT_VALUE, HSI_VALUE, PLL_TIMEOUT_VALUE, PLLI2S_TIMEOUT_VALUE, PLLSAI_TIMEOUT_VALUE, and TICK_INT_PRIORITY.
1.7.6.1