📄 usb_new_pck_commands.vhdl
字号:
--------------------------------------------------------------------------------------
---- File >>> usb_new_pck_commands.vhdl
---- Iden >>> 980601-13:59:00
----
---- Project: USB Development
---- Customer: Philips_ITCL
----
---- VHDL Design Unit: package PCK_COMMANDS
---- Written by: Usb User
---- Easics nv
---- http://www.easics.com
---- mailto: vhdl@easics.be
----
---- Creation Date: Mon, 01 Jun 1998
----
---- Purpose:
----
---- Revision history:
----
--------------------------------------------------------------------------------------
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
library work;
use work.PCK_GENERAL.all;
package PCK_COMMANDS is
-- Commands handled by DEVICE_HANDLER
constant GET_INTERRUPT_CODE: byte := "11110100"; -- F8h
constant GET_FRAMENUMBER_CODE: byte := "11110101"; -- F9h
constant GETSET_MODE_CODE: byte := "11110011"; -- F3h
constant GET_ERROR_CODE: byte := "11111111"; -- FFh
constant GETSET_DEVICE_STATUS_CODE: byte := "11111110"; -- FEh
constant GET_CHIPID_CODE: byte := "11111101"; -- FDh
-- Commands handled by HUBCONTROLLER
constant GETSET_PORTSTATUS_CODE: five_bits := "11100"; -- E0h-E8h
-- Commands handled by UC_HANDLER
end PCK_COMMANDS;
package body PCK_COMMANDS is
end PCK_COMMANDS;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -