Home
last modified time | relevance | path

Searched refs:chan (Results 1 – 10 of 10) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/vpad/
DvpadAPIs.h27 s32 VPADRead ( s32 chan,
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) ;
[all …]
DvpadTypes.h212 typedef void ( *VPADSamplingCallback )( s32 chan );
/CafeSDK-2.12.13/system/include/cafe/pads/kpad/
Dkpad.h289 s32 KPADRead ( s32 chan, KPADStatus samplingBufs[], u32 length ) ;
290 s32 KPADReadEx ( s32 chan, KPADStatus samplingBufs[], u32 length, s32 *err ) ;
292 void KPADSetPosParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
293 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
294 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
295 void KPADSetAccParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
296 void KPADSetCrossStickEmulationParamsL( s32 chan, f32 rot_deg, f32 xy_deg, f32 radius );
297 void KPADSetCrossStickEmulationParamsR( s32 chan, f32 rot_deg, f32 xy_deg, f32 radius );
299 void KPADGetPosParam ( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
300 void KPADGetHoriParam( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
[all …]
/CafeSDK-2.12.13/system/include/cafe/pads/wpad/
Dwpad.h533 typedef void ( *WPADExtensionCallback )( s32 chan, s32 result );
534 typedef void ( *WPADSamplingCallback )( s32 chan );
535 typedef void ( *WPADConnectCallback )( s32 chan, s32 reason );
536 typedef void ( *WPADCallback )( s32 chan, s32 result );
555 #define WPADStartMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_RUMBLE ) argument
556 #define WPADStopMotor( chan ) WPADControlMotor( ( chan ), WPAD_MOTOR_STOP ) argument
564 s32 WPADProbe ( s32 chan, u32 *type );
566 u32 WPADGetDataFormat ( s32 chan );
567 s32 WPADSetDataFormat ( s32 chan, u32 fmt );
568 void WPADRead ( s32 chan, void *status );
[all …]
DwpadBalance.h49 s32 WPADControlBLC( s32 chan, u8 command, WPADCallback callback );
62 s32 WPADGetBLCalibration( s32 chan, u8 *data, u16 addr, u16 len, WPADCallback callback );
/CafeSDK-2.12.13/system/include/cafe/
Dmidi.h23 typedef void (*MIDICallback)(s32 chan, u8* buf, void* context, s32 ret);
36 s32 MIDIGetStatus(s32 chan);
37 s32 MIDIRead(s32 chan, u8* dst, u8* status);
38 s32 MIDIReadAsync(s32 chan, u8* dst, u8* status, void* context, MIDICallback callback);
Dnfc.h74 typedef void (*NFCGetTagInfoCallback)(s32 chan, NFCError errorCode,
77 typedef void (*NFCGetTagInfoMultiCallback)(s32 chan, NFCError errorCode,
85 NFCError NFCGetTagInfo(s32 chan, u16 polling_time,
87 NFCError NFCGetTagInfoMulti(s32 chan, u16 polling_time,
Dax.h720 s32 AXRmtGetSamples (s32 chan, s16* buffer, s32 samples);
/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_trnc.c58 int chan, u=17; in tmpnam() local
93 chan = access(s, F_OK); in tmpnam()
97 chan = stat(s, &st); in tmpnam()
100 } while ( chan!=-1 ); in tmpnam()
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Display.h100 typedef void (*GX2DRCConnectCB) (s32 chan, s32 reason);
115 GX2DRCConnectCB GX2API GX2SetDRCConnectCallback(s32 chan, GX2DRCConnectCB callback);