USB_Host_Shield_2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros
PS3USB.h File Reference
#include "WProgram.h"
#include "Usb.h"
#include "PS3Enums.h"
Include dependency graph for PS3USB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PS3USB
 

Macros

#define EP_MAXPKTSIZE   64
 
#define EP_INTERRUPT   0x03
 
#define PS3_CONTROL_PIPE   0
 
#define PS3_OUTPUT_PIPE   1
 
#define PS3_INPUT_PIPE   2
 
#define PS3_VID   0x054C
 
#define PS3_PID   0x0268
 
#define PS3NAVIGATION_PID   0x042F
 
#define PS3MOVE_PID   0x03D5
 
#define PS3_REPORT_BUFFER_SIZE   48
 
#define MOVE_REPORT_BUFFER_SIZE   7
 
#define bmREQ_HID_OUT   USB_SETUP_HOST_TO_DEVICE|USB_SETUP_TYPE_CLASS|USB_SETUP_RECIPIENT_INTERFACE
 
#define HID_REQUEST_SET_REPORT   0x09
 
#define PS3_MAX_ENDPOINTS   3
 

Macro Definition Documentation

Definition at line 51 of file PS3USB.h.

#define EP_INTERRUPT   0x03

Definition at line 34 of file PS3USB.h.

#define EP_MAXPKTSIZE   64

Definition at line 31 of file PS3USB.h.

#define HID_REQUEST_SET_REPORT   0x09

Definition at line 52 of file PS3USB.h.

#define MOVE_REPORT_BUFFER_SIZE   7

Definition at line 48 of file PS3USB.h.

#define PS3_CONTROL_PIPE   0

Definition at line 37 of file PS3USB.h.

#define PS3_INPUT_PIPE   2

Definition at line 39 of file PS3USB.h.

#define PS3_MAX_ENDPOINTS   3

Definition at line 54 of file PS3USB.h.

#define PS3_OUTPUT_PIPE   1

Definition at line 38 of file PS3USB.h.

#define PS3_PID   0x0268

Definition at line 43 of file PS3USB.h.

#define PS3_REPORT_BUFFER_SIZE   48

Definition at line 47 of file PS3USB.h.

#define PS3_VID   0x054C

Definition at line 42 of file PS3USB.h.

#define PS3MOVE_PID   0x03D5

Definition at line 45 of file PS3USB.h.

#define PS3NAVIGATION_PID   0x042F

Definition at line 44 of file PS3USB.h.