![]() |
NUC472_NUC442_BSP V3.03.004
The Board Support Package for NUC472/NUC442
|
Modules | |
USB Host HID Driver Exported Structures | |
Typedefs | |
typedef void() | HID_IR_FUNC(struct usbhid_dev *hdev, uint8_t *rdata, int data_len) |
typedef void() | HID_IW_FUNC(struct usbhid_dev *hdev, uint8_t **wbuff, int *buff_size) |
HID device structure
typedef void() HID_IR_FUNC(struct usbhid_dev *hdev, uint8_t *rdata, int data_len) |
interrupt in callback function
Definition at line 76 of file usbh_hid.h.
typedef void() HID_IW_FUNC(struct usbhid_dev *hdev, uint8_t **wbuff, int *buff_size) |
interrupt out callback function
Definition at line 77 of file usbh_hid.h.