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

#include <core.h>

Data Fields

u32 one_bit:1
 
u32 device_event:7
 
u32 type:4
 
u32 reserved15_12:4
 
u32 event_info:8
 
u32 reserved31_24:8
 

Detailed Description

struct dwc3_event_devt - Device Events : indicates this is a non-endpoint event (not used) : indicates it's a device event. Should read as 0x00 : indicates the type of device event. 0 - DisconnEvt 1 - USBRst 2 - ConnectDone 3 - ULStChng 4 - WkUpEvt 5 - Reserved 6 - EOPF 7 - SOF 8 - Reserved 9 - ErrticErr 10 - CmdCmplt 11 - EvntOverflow 12 - VndrDevTstRcved : Reserved, not used : Information about this event : Reserved, not used

Definition at line 814 of file core.h.

Field Documentation

u32 device_event

Definition at line 816 of file core.h.

Definition at line 819 of file core.h.

u32 one_bit

Definition at line 815 of file core.h.

u32 reserved15_12

Definition at line 818 of file core.h.

u32 reserved31_24

Definition at line 820 of file core.h.

Definition at line 817 of file core.h.


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