Pad peripheral information data structure.
More...
#include <pad.h>
|
| u32 | max |
| | max pads allowed to connect
|
| |
| u32 | connected |
| | how many pads connected
|
| |
| u32 | info |
| | bit 0 lets the system intercept pad? other bits are reserved
|
| |
| u32 | port_status [(7)] |
| | Bit 0: Connected (0: Disconnected, 1: Connected), Bit 1: assign changes?
|
| |
| u32 | port_setting [(7)] |
| | Bit 1: Pressure sensitivity turned on, Bit 2: Sensors turned on.
|
| |
| u32 | device_capability [(7)] |
| | Pad capability.
|
| |
| u32 | device_type [(7)] |
| | 0: Standard, 4: Bluray Remote, 5: LDD
|
| |
| u32 | pclass_type [(7)] |
| | Pad class type.
|
| |
| u32 | pclass_profile [(7)] |
| | Pad class profile.
|
| |
Pad peripheral information data structure.
Definition at line 221 of file pad.h.
◆ connected
| u32 _pad_periph_info::connected |
how many pads connected
Definition at line 224 of file pad.h.
◆ device_capability
| u32 _pad_periph_info::device_capability[(7)] |
Pad capability.
- Bit 0: PS3SPEC
- Bit 1: has_pressure
- Bit 2: has_sensor
- Bit 3: has_hps
- Bit 4: has_vibrate
- See also
- padCapabilityInfo
Definition at line 236 of file pad.h.
◆ device_type
| u32 _pad_periph_info::device_type[(7)] |
0: Standard, 4: Bluray Remote, 5: LDD
Definition at line 237 of file pad.h.
◆ info
| u32 _pad_periph_info::info |
bit 0 lets the system intercept pad? other bits are reserved
Definition at line 225 of file pad.h.
◆ max
| u32 _pad_periph_info::max |
max pads allowed to connect
Definition at line 223 of file pad.h.
◆ pclass_profile
| u32 _pad_periph_info::pclass_profile[(7)] |
Pad class profile.
Definition at line 239 of file pad.h.
◆ pclass_type
| u32 _pad_periph_info::pclass_type[(7)] |
Pad class type.
Definition at line 238 of file pad.h.
◆ port_setting
| u32 _pad_periph_info::port_setting[(7)] |
Bit 1: Pressure sensitivity turned on, Bit 2: Sensors turned on.
Definition at line 227 of file pad.h.
◆ port_status
| u32 _pad_periph_info::port_status[(7)] |
Bit 0: Connected (0: Disconnected, 1: Connected), Bit 1: assign changes?
Definition at line 226 of file pad.h.
The documentation for this struct was generated from the following file: