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

13 lines
277 B
Ada

with System.Storage_Elements;
with STM32.Address_Map;
with STM32.CRC;
package STM32.F429.CRC is
package Base renames STM32.CRC;
CRC_HW : Base.CRC_Registers with Volatile, Import,
Address => System.Storage_Elements.To_Address (STM32.Address_Map.CRC);
end STM32.F429.CRC;