psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_pad_act_param Struct Reference

Pad action parameters data structure. More...

#include <pad.h>

Data Fields

union { 
 
   u8   motor [(2)] 
 All motors statuses. More...
 
   struct { 
 
      u8   small_motor 
 Small Motor parameter 0: OFF, 1: On. More...
 
      u8   large_motor 
 Large Motor 0: OFF, 1-255: Motor Speed, higher == faster. More...
 
   }  
 
};  
 
u8 reserved [6]
 reserved
 

Detailed Description

Pad action parameters data structure.

Definition at line 204 of file pad.h.

Field Documentation

◆ [union]

union { ... } _pad_act_param

◆ large_motor

u8 _pad_act_param::large_motor

Large Motor 0: OFF, 1-255: Motor Speed, higher == faster.

Definition at line 213 of file pad.h.

◆ motor

u8 _pad_act_param::motor[(2)]

All motors statuses.

Definition at line 208 of file pad.h.

◆ reserved

u8 _pad_act_param::reserved[6]

reserved

Definition at line 217 of file pad.h.

◆ small_motor

u8 _pad_act_param::small_motor

Small Motor parameter 0: OFF, 1: On.

Definition at line 211 of file pad.h.


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