stm32-ada/library/source/f4/stm32-f429-flexible_memory_...

13 lines
379 B
Ada

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