Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Description
define EVENT_HID_TRANSFER EVENT_HID_BASE + EVENT_HID_OFFSET + 3 // Unused - value retained for legacy. A
HID Read transfer has completed. The returned data pointer points to a HID_TRANSFER_DATA structure, with information
about the transfer.
1.4.2.3.2.28 EVENT_HID_RESET Macro
File
usb_host_hid.h
Syntax
#define EVENT_HID_RESET EVENT_HID_BASE + EVENT_HID_OFFSET + 6
Description
HID reset complete. The returned data pointer is NULL.
1.4.2.3.2.29 EVENT_HID_RESET_ERROR Macro
File
usb_host_hid.h
Syntax
#define EVENT_HID_RESET_ERROR EVENT_HID_BASE + EVENT_HID_OFFSET + 10
Description
An error occurred while trying to do a HID reset. The returned data pointer is NULL.
1.4.2.3.2.30 EVENT_HID_RPT_DESC_PARSED Macro
File
usb_host_hid.h
Syntax
#define EVENT_HID_RPT_DESC_PARSED EVENT_HID_BASE + EVENT_HID_OFFSET + 1
Description
A Report Descriptor has been parsed. The returned data pointer is NULL. The application must collect details, or simply
return TRUE if the application is already aware of the data format.
1.4.2.3.2.31 EVENT_HID_WRITE_DONE Macro
File
usb_host_hid.h
Syntax
#define EVENT_HID_WRITE_DONE EVENT_HID_BASE + EVENT_HID_OFFSET + 5
Description
A HID Write transfer has completed. The returned data pointer points to a HID_TRANSFER_DATA structure, with
information about the transfer.
1.4.2.3.2.32 HOST_DSC_RPT Macro
File
usb_host_hid.h
1.4 Library Interface MLA - USB Library Help Embedded Host API
194
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_usb.pdf