HAL RCC Use Cases ¶
User application sets the system at maximum frequency ¶
Called functions:
Reset the RCC clock configuration to the default system clock (HSIDIV3: 48 MHz) ¶
Called functions:
Enable HSE with unitary function example_1 ¶
Called functions:
HAL_RCC_HSE_Enable()
Enable HSE with unitary function example_2 ¶
Called functions:
HAL_RCC_HSE_Enable()HAL_RCC_HSE_Disable()
Bus prescalers configuration ¶
Called functions:
Usage of HAL_RCC_SetConfigMCO ¶
Called functions:
Usage of HAL_RCC_EnableLSCO ¶
Called functions: