kernel_id.h
来自「epson usb2.0 控制芯片 S1R72V05 固件程序。」· C头文件 代码 · 共 52 行
H
52 行
#ifndef KERNEL_ID_H
#define KERNEL_ID_H
/* object identifier deifnition */
#define FLGID_DEVICE 6
#define FLGID_IDE 4
#define FLGID_SAMPLE 1
#define FLGID_USBD 7
#define FLGID_USBD_SAMPLE 5
#define FLGID_USBH_SAMPLE 2
#define FLGID_USBH_USBD 3
#define MBXID_DEVICE 6
#define MBXID_IDE 4
#define MBXID_SAMPLE 1
#define MBXID_USBD 7
#define MBXID_USBD_SAMPLE 5
#define MBXID_USBH_SAMPLE 2
#define MBXID_USBH_USBD 3
#define MPFID_DEVICE_DATA128 11
#define MPFID_DEVICE_DATA256 12
#define MPFID_DEVICE_DATA512 13
#define MPFID_DEVICE_DATA64 14
#define MPFID_DEVICE_MSG 15
#define MPFID_IDE_MSG 8
#define MPFID_SAMPLE_MSG 1
#define MPFID_SMP_INQ 16
#define MPFID_SMP_RBF 17
#define MPFID_SMP_WBF 18
#define MPFID_USBD_MSG 10
#define MPFID_USBD_SAMPLE_MSG 9
#define MPFID_USBH_SAMPLE_DATA128 4
#define MPFID_USBH_SAMPLE_DATA256 5
#define MPFID_USBH_SAMPLE_DATA512 6
#define MPFID_USBH_SAMPLE_DATA64 3
#define MPFID_USBH_SAMPLE_MSG 2
#define MPFID_USBH_USBD_MSG 7
#define SEMID_DEVICE 1
#define SEMID_USBH_STRGEVENT 2
#define TSKID_DBG 5
#define TSKID_DEVICE 7
#define TSKID_IDE 4
#define TSKID_SAMPLE 1
#define TSKID_USBD 8
#define TSKID_USBD_SAMPLE 6
#define TSKID_USBH_SAMPLE 2
#define TSKID_USBH_STRGEVENT 9
#define TSKID_USBH_USBD 3
#endif /* KERNEL_ID_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?