SAMV71 Xplained Ultra Software Package 1.3

USB Host Controller (UHC) - Example code
[USB host Controller (UHC)]

Collaboration diagram for USB Host Controller (UHC) - Example code:

Common example code for all USB hosts.

Content of conf_usb_host.h:

    #define USB_HOST_POWER_MAX  500

Add to application C-file:

    void usb_init(void)
    {
    USBH_start();
    }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines