Home
last modified time | relevance | path

Searched refs:PAD_MOTOR_RUMBLE (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/demos/paddemo/src/
Dmotordemo.c59 Motor[chan] = (u32) ((Motor[chan] == PAD_MOTOR_RUMBLE) ? in RambleCont()
60 PAD_MOTOR_STOP : PAD_MOTOR_RUMBLE); in RambleCont()
64 Motor[chan] == PAD_MOTOR_RUMBLE) in RambleCont()
72 if (MAX < level && Motor[chan] != PAD_MOTOR_RUMBLE) in RambleCont()
74 Motor[chan] = PAD_MOTOR_RUMBLE; in RambleCont()
89 if (Motor[chan] != PAD_MOTOR_RUMBLE) in RambleCont()
91 Motor[chan] = PAD_MOTOR_RUMBLE; in RambleCont()
/RvlSDK-3.2.2/include/dolphin/
Dpad.h213 #define PAD_MOTOR_RUMBLE 1 macro
241 #define PADStartMotor(chan) PADControlMotor((chan), PAD_MOTOR_RUMBLE)
/RvlSDK-3.2.2/include/revolution/
Dpad.h221 #define PAD_MOTOR_RUMBLE 1 macro
249 #define PADStartMotor(chan) PADControlMotor((chan), PAD_MOTOR_RUMBLE)