Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dwc3_event_depevt Struct Reference

#include <core.h>

Data Fields

u32 one_bit:1
 
u32 endpoint_number:5
 
u32 endpoint_event:4
 
u32 reserved11_10:2
 
u32 status:4
 
u32 parameters:16
 

Detailed Description

struct dwc3_event_depvt - Device Endpoint Events : indicates this is an endpoint event (not used) : number of the endpoint : The event we have: 0x00 - Reserved 0x01 - XferComplete 0x02 - XferInProgress 0x03 - XferNotReady 0x04 - RxTxFifoEvt (IN->Underrun, OUT->Overrun) 0x05 - Reserved 0x06 - StreamEvt 0x07 - EPCmdCmplt : Reserved, don't use. : Indicates the status of the event. Refer to databook for more information. : Parameters of the current event. Refer to databook for more information.

Definition at line 765 of file core.h.

Field Documentation

u32 endpoint_event

Definition at line 768 of file core.h.

u32 endpoint_number

Definition at line 767 of file core.h.

u32 one_bit

Definition at line 766 of file core.h.

Definition at line 789 of file core.h.

u32 reserved11_10

Definition at line 769 of file core.h.

Definition at line 770 of file core.h.


The documentation for this struct was generated from the following file: