with System.Storage_Elements; with STM32.Address_Map; with STM32.Reset_and_Clock; package STM32.F407.Reset_and_Clock is package RCC_Base renames STM32.Reset_and_Clock; package Index renames RCC_Base.Index; RCC : RCC_Base.RCC_Registers with Volatile, Import, Address => System.Storage_Elements.To_Address (STM32.Address_Map.RCC); end STM32.F407.Reset_and_Clock;