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

13 lines
347 B
Ada

with System.Storage_Elements;
with STM32.Address_Map;
with STM32.LCD_TFT_Controller;
package STM32.F429.LCD_TFT_Controller is
package LTDC_Base renames STM32.LCD_TFT_Controller;
LTDC : LTDC_Base.LTDC_Registers with Volatile, Import,
Address => System.Storage_Elements.To_Address (STM32.Address_Map.LTDC);
end STM32.F429.LCD_TFT_Controller;