Data Fields | |
| void * | data |
| Arbitrary data needed by the subdriver. | |
| usb_hid_driver_deinit_t | deinit |
| Function to be called when destroying the HID device structure. | |
| usb_hid_driver_init_t | init |
| Function to be called when initializing HID device. | |
| usb_hid_driver_poll_t | poll |
| Function to be called when data arrives from the device. | |
| usb_hid_driver_poll_ended_t | poll_end |
| Function to be called when polling ends. | |
Definition at line 56 of file usbhid.h.
1.4.7