stm32-ada/library/source/f4/stm32-f429-fmc.ads

13 lines
282 B
Ada

with System.Storage_Elements;
with STM32.Address_Map;
with STM32.FMC;
package STM32.F429.FMC is
package Base renames STM32.FMC;
FMC_HW : Base.FMC_Registers with Volatile, Import,
Address => System.Storage_Elements.To_Address (STM32.Address_Map.FMC_FSMC);
end STM32.F429.FMC;