* RCC not need to set explicitly

This commit is contained in:
Vovanium 2024-01-24 19:47:49 +03:00
parent 0535fd3f68
commit c4bf0a951f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ generic
HSI_Frequency : Natural := 16_000_000;
LSE_Frequency : Natural := 32_768;
LSI_Frequency : Natural := 32_000;
RCC : RCC_Registers;
RCC : RCC_Registers := Reset_and_Clock.RCC;
package STM32.Reset_and_Clock.Frequencies is
function VCO_Input_Frequency return Natural;
function PLLCLK_Frequency return Natural;