USB Host Shield 2.0
Classes | Macros
PS3USB.h File Reference
#include "Usb.h"
#include "usbhid.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 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_MAX_ENDPOINTS   3
 

Macro Definition Documentation

◆ EP_MAXPKTSIZE

#define EP_MAXPKTSIZE   64

Definition at line 26 of file PS3USB.h.

◆ PS3_CONTROL_PIPE

#define PS3_CONTROL_PIPE   0

Definition at line 29 of file PS3USB.h.

◆ PS3_OUTPUT_PIPE

#define PS3_OUTPUT_PIPE   1

Definition at line 30 of file PS3USB.h.

◆ PS3_INPUT_PIPE

#define PS3_INPUT_PIPE   2

Definition at line 31 of file PS3USB.h.

◆ PS3_VID

#define PS3_VID   0x054C

Definition at line 34 of file PS3USB.h.

◆ PS3_PID

#define PS3_PID   0x0268

Definition at line 35 of file PS3USB.h.

◆ PS3NAVIGATION_PID

#define PS3NAVIGATION_PID   0x042F

Definition at line 36 of file PS3USB.h.

◆ PS3MOVE_PID

#define PS3MOVE_PID   0x03D5

Definition at line 37 of file PS3USB.h.

◆ PS3_MAX_ENDPOINTS

#define PS3_MAX_ENDPOINTS   3

Definition at line 39 of file PS3USB.h.