SAMV71 Xplained Ultra Software Package 1.5

conf_usb_host.h File Reference

USB host configuration file. More...

#include "compiler.h"
#include "uhi_hid_mouse.h"
#include "ui.h"

Go to the source code of this file.

Defines

#define USB_HOST_UHI   UHI_HID_MOUSE
 Array of UHI APIs Define the list of UHI supported by USB host.
#define USB_HOST_POWER_MAX   500
 Maximum current allowed on Vbus (mA).
#define UHC_MODE_CHANGE(b_host_mode)   ui_usb_mode_change(b_host_mode)
#define UHC_VBUS_CHANGE(b_present)   ui_usb_vbus_change(b_present)
#define UHC_VBUS_ERROR()   ui_usb_vbus_error()
#define UHC_CONNECTION_EVENT(dev, b_present)   ui_usb_connection_event(dev,b_present)
 To notify that a device has been connected or disconnected.
#define UHC_WAKEUP_EVENT()   ui_usb_wakeup_event()
 Called when a USB device or the host have wake up the USB line.
#define UHC_SOF_EVENT()   ui_usb_sof_event()
#define UHC_ENUM_EVENT(dev, b_status)   ui_usb_enum_event(dev,b_status)
 Called when a USB device enumeration is completed.

#define UHI_HID_MOUSE_CHANGE(dev, b_plug)
#define UHI_HID_MOUSE_EVENT_BTN_LEFT(b_state)   ui_uhi_hid_mouse_btn_left(b_state)
#define UHI_HID_MOUSE_EVENT_BTN_RIGHT(b_state)   ui_uhi_hid_mouse_btn_right(b_state)
#define UHI_HID_MOUSE_EVENT_BTN_MIDDLE(b_state)   ui_uhi_hid_mouse_btn_middle(b_state)
#define UHI_HID_MOUSE_EVENT_MOUVE(x, y, scroll)   ui_uhi_hid_mouse_move(x,y,scroll)

Detailed Description

USB host configuration file.

Definition in file conf_usb_host.h.


Define Documentation

#define UHC_ENUM_EVENT (   dev,
  b_status 
)    ui_usb_enum_event(dev,b_status)

Called when a USB device enumeration is completed.

Called when a USB device configuration must be chosen. Thus, the application can choose either a configuration number for this device or a configuration number 0 to reject it. If callback not defined the configuration 1 is chosen.

Definition at line 90 of file conf_usb_host.h.

#define UHC_MODE_CHANGE (   b_host_mode  )     ui_usb_mode_change(b_host_mode)

USB Host callbacks To notify that the USB mode are switched automatically. This is possible only when ID pin is available.

Definition at line 63 of file conf_usb_host.h.

#define UHC_SOF_EVENT (  )     ui_usb_sof_event()

Called for each received SOF each 1 ms Note: Available in High and Full speed mode

Definition at line 81 of file conf_usb_host.h.

#define UHC_VBUS_CHANGE (   b_present  )     ui_usb_vbus_change(b_present)

To notify that the Vbus level has changed Available only in USB hardware with Vbus monitoring.

Definition at line 67 of file conf_usb_host.h.

#define UHC_VBUS_ERROR (  )     ui_usb_vbus_error()

To notify that a Vbus error has occurred Available only in USB hardware with Vbus monitoring.

Definition at line 71 of file conf_usb_host.h.

#define UHI_HID_MOUSE_CHANGE (   dev,
  b_plug 
)

USB Interface Configuration Configuration of HID Mouse interface

Definition at line 105 of file conf_usb_host.h.

#define USB_HOST_UHI   UHI_HID_MOUSE

Array of UHI APIs Define the list of UHI supported by USB host.

USB Host Configuration

Definition at line 49 of file conf_usb_host.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines