Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Interface with USB Host Core (UHC)

Define and functions required by UHC.

Macros

#define UHI_VENDOR
 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...
 

Functions required by UHC

uhc_enum_status_t uhi_vendor_install (uhc_device_t *dev)
 
void uhi_vendor_enable (uhc_device_t *dev)
 
void uhi_vendor_uninstall (uhc_device_t *dev)
 

#define UHI_VENDOR
Value:
{ \
.install = uhi_vendor_install, \
.enable = uhi_vendor_enable, \
.uninstall = uhi_vendor_uninstall, \
.sof_notify = NULL, \
}
#define NULL
Definition: def.h:47
void uhi_vendor_uninstall(uhc_device_t *dev)
Uninstall the interface (if installed).
Definition: uhi_vendor.c:225
void uhi_vendor_enable(uhc_device_t *dev)
Enable the interface.
Definition: uhi_vendor.c:201
uhc_enum_status_t uhi_vendor_install(uhc_device_t *dev)
Install interface.
Definition: uhi_vendor.c:89

Global define which contains standard UHI API for UHC It must be added in USB_HOST_UHI define from conf_usb_host.h file.

void uhi_vendor_enable ( uhc_device_t dev)
uhc_enum_status_t uhi_vendor_install ( uhc_device_t dev)
void uhi_vendor_uninstall ( uhc_device_t dev)