3.2.4.19 USB_HOST_EVENT_RESPONSE Enumeration

C

typedef enum {
  USB_HOST_EVENT_RESPONSE_NONE = 0
} USB_HOST_EVENT_RESPONSE;

Summary

Host Layer Events Handler Function Response Type.

This is the definition of the Host Layer Event Handler Response Type.

Members

Members Description
USB_HOST_EVENT_RESPONSE_NONE = 0 Returning this value indicates no application response to the host event.

Remarks

None.