Lines Matching refs:s32
27 s32 VPADRead ( s32 chan,
29 u32 length, s32* err ) ;
31 void VPADSetAccParam ( s32 chan,
33 void VPADGetAccParam ( s32 chan,
36 void VPADSetBtnRepeat ( s32 chan, f32 delay_sec, f32 pulse_sec ) ;
38 void VPADEnableStickCrossClamp ( s32 chan ) ;
39 void VPADDisableStickCrossClamp ( s32 chan ) ;
40 void VPADSetLStickClampThreshold( s32 chan, s32 max, s32 min) ;
41 void VPADSetRStickClampThreshold( s32 chan, s32 max, s32 min) ;
42 void VPADGetLStickClampThreshold( s32 chan, s32* max, s32* min) ;
43 void VPADGetRStickClampThreshold( s32 chan, s32* max, s32* min) ;
44 void VPADSetStickOrigin ( s32 chan ) ;
45 void VPADDisableLStickZeroClamp ( s32 chan ) ;
46 void VPADDisableRStickZeroClamp ( s32 chan ) ;
47 void VPADEnableLStickZeroClamp ( s32 chan ) ;
48 void VPADEnableRStickZeroClamp ( s32 chan ) ;
49 void VPADSetCrossStickEmulationParamsL( s32 chan,
53 void VPADSetCrossStickEmulationParamsR( s32 chan,
57 void VPADGetCrossStickEmulationParamsL( s32 chan,
61 void VPADGetCrossStickEmulationParamsR( s32 chan,
66 VPADSamplingCallback VPADSetSamplingCallback( s32 chan,
69 void VPADSetAccPlayMode ( s32 chan, VPADPlayMode mode ) ;
70 VPADPlayMode VPADGetAccPlayMode ( s32 chan ) ;
72 void VPADSetButtonProcMode ( s32 chan, u8 mode ) ;
73 u8 VPADGetButtonProcMode ( s32 chan ) ;
77 void VPADSetGyroAngle ( s32 chan, f32 ax, f32 ay, f32 az ) ;
78 void VPADSetGyroDirection ( s32 chan, VPADDir *dir ) ;
79 void VPADSetGyroDirectionMag ( s32 chan, f32 mag ) ;
80 void VPADSetGyroMagnification ( s32 chan,
83 void VPADEnableGyroZeroPlay ( s32 chan ) ;
84 void VPADEnableGyroDirRevise( s32 chan ) ;
85 void VPADEnableGyroAccRevise( s32 chan ) ;
87 void VPADDisableGyroZeroPlay ( s32 chan ) ;
88 void VPADDisableGyroDirRevise( s32 chan ) ;
89 void VPADDisableGyroAccRevise( s32 chan ) ;
91 f32 VPADIsEnableGyroZeroPlay ( s32 chan ) ;
92 f32 VPADIsEnableGyroZeroDrift( s32 chan ) ;
93 f32 VPADIsEnableGyroDirRevise( s32 chan ) ;
94 f32 VPADIsEnableGyroAccRevise( s32 chan ) ;
96 void VPADSetGyroZeroPlayParam ( s32 chan, f32 radius ) ;
97 void VPADSetGyroDirReviseParam( s32 chan, f32 revise_pw ) ;
98 void VPADSetGyroAccReviseParam( s32 chan,
100 void VPADSetGyroDirReviseBase ( s32 chan, VPADDir *base ) ;
102 void VPADGetGyroZeroPlayParam ( s32 chan, f32 *radius ) ;
103 void VPADGetGyroDirReviseParam( s32 chan, f32 *revise_pw ) ;
104 void VPADGetGyroAccReviseParam( s32 chan,
107 void VPADInitGyroZeroPlayParam ( s32 chan ) ;
108 void VPADInitGyroDirReviseParam( s32 chan ) ;
109 void VPADInitGyroAccReviseParam( s32 chan ) ;
111 void VPADInitGyroZeroDriftMode( s32 chan ) ;
112 void VPADSetGyroZeroDriftMode ( s32 chan,
114 void VPADGetGyroZeroDriftMode ( s32 chan,
122 void VPADSetTPCalibrationParam( s32 chan,
125 void VPADGetTPCalibrationParam( s32 chan,
128 void VPADGetTPCalibratedPoint( s32 chan,
131 void VPADGetTPCalibratedPointEx( s32 chan, VPADTPResolution tpReso,
136 s32 VPADControlMotor( s32 chan, u8* pattern, u8 length ) ;
137 void VPADStopMotor( s32 chan ) ;
140 s32 VPADSetSensorBar( s32 chan, BOOL on ) ;
143 s32 VPADSetLcdMode( s32 chan, VPADLcdMode mode ) ;
144 s32 VPADGetLcdMode( s32 chan, VPADLcdMode *mode ) ;
147 u8 VPADGetTVMenuStatus ( s32 chan ) ;
150 f32 VPADIsStartedGyroMagRevise( s32 chan );
151 void VPADStartGyroMagRevise ( s32 chan );
152 void VPADStopGyroMagRevise ( s32 chan );
154 void VPADSetGyroMagReviseParam( s32 chan,
156 void VPADGetGyroMagReviseParam( s32 chan,