stm32-ada/source/f4/stm32-syscfg-units.ads

11 lines
226 B
Ada

with System;
with STM32.Address_Map;
package STM32.SYSCFG.Units is
pragma Preelaborate;
SYSCFG : SYSCFG_Registers
with Volatile, Import, Address => System'To_Address (STM32.Address_Map.SYSCFG);
end STM32.SYSCFG.Units;