uint8_t USBHostHIDDeviceStatus( uint8_t deviceAddress );
This function determines the status of a HID device.
None
Return Values |
Description |
USB_HID_DEVICE_NOT_FOUND |
Illegal device address, or the device is not an HID |
USB_HID_INITIALIZING |
HID is attached and in the process of initializing |
USB_PROCESSING_REPORT_DESCRIPTOR |
HID device is detected and report descriptor is being parsed |
USB_HID_NORMAL_RUNNING |
HID Device is running normal, ready to send and receive reports |
USB_HID_DEVICE_HOLDING |
Driver has encountered error and could not recover |
USB_HID_DEVICE_DETACHED |
HID detached. |
None
MLA - USB Library Help Version : 2.16
![]() |