kerneltest/e32test/device/t_usb.h
branchRCL_3
changeset 62 4a8fed1c0ef6
parent 0 a41df078684a
child 253 d37db4dcc88d
equal deleted inserted replaced
52:2d65c2f76d7b 62:4a8fed1c0ef6
    84 	RDevUsbcClient iPort;
    84 	RDevUsbcClient iPort;
    85 	RUsbOtgDriver iOtgPort;
    85 	RUsbOtgDriver iOtgPort;
    86 	TBool iBufferSizeChosen;
    86 	TBool iBufferSizeChosen;
    87 	TBool iBandwidthPriorityChosen;
    87 	TBool iBandwidthPriorityChosen;
    88 	TBool iDMAChosen;
    88 	TBool iDMAChosen;
       
    89 	TBool iAllocateDma;
    89 	TBool iDoubleBufferingChosen;
    90 	TBool iDoubleBufferingChosen;
       
    91 	TBool iAllocateDoubleBuffering;
    90 	TUint32 iBandwidthPriority;
    92 	TUint32 iBandwidthPriority;
    91 	TBool iSoftwareConnect;
    93 	TBool iSoftwareConnect;
    92 	TBool iHighSpeed;
    94 	TBool iHighSpeed;
       
    95 	TBool iResourceAllocationV2;
    93 	TBool iOtg;
    96 	TBool iOtg;
    94 	TBool iVerbose;
    97 	TBool iVerbose;
    95 	};
    98 	};
    96 
    99 
    97 
   100