ts1325-parallel.ads
来自「RTEMS (Real-Time Executive for Multiproc」· ADS 代码 · 共 22 行
ADS
22 行
with I386_Ports;use I386_Ports;package TS1325.Parallel is procedure Read_Parallel_Port (Data: out Byte); procedure Write_Parallel_Port (Data: in Byte);private pragma Inline (Read_Parallel_Port, Write_Parallel_Port); -- These are non-standard IO locations, which is why they are here instead -- of in the I386_Ports package. Parallel_Port_In: constant Port_Address := 16#75#; Parallel_Port_Out: constant Port_Address := 16#74#;end TS1325.Parallel;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?