Define and functions required by UHC.
|
#define | UHI_HID_MOUSE |
| Global define which contains standard UHI API for UHC It must be added in USB_HOST_UHI define from conf_usb_host.h file. More...
|
|
Value:{ \
}
#define NULL
Definition: def.h:47
void uhi_hid_mouse_uninstall(uhc_device_t *dev)
Uninstall the interface (if installed).
Definition: uhi_hid_mouse.c:175
uhc_enum_status_t uhi_hid_mouse_install(uhc_device_t *dev)
Install interface Allocate interface endpoints if supported.
Definition: uhi_hid_mouse.c:104
void uhi_hid_mouse_enable(uhc_device_t *dev)
Enable the interface.
Definition: uhi_hid_mouse.c:163
Global define which contains standard UHI API for UHC It must be added in USB_HOST_UHI define from conf_usb_host.h file.