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

13 lines
265 B
Ada

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