Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/paddemo/src/
Dmotordemo.c60 PAD_MOTOR_STOP : PAD_MOTOR_RUMBLE); in RambleCont()
77 else if (level < MIN && Motor[chan] != PAD_MOTOR_STOP) in RambleCont()
79 Motor[chan] = PAD_MOTOR_STOP; in RambleCont()
95 else if (Motor[chan] != PAD_MOTOR_STOP) in RambleCont()
97 Motor[chan] = PAD_MOTOR_STOP; in RambleCont()
/RvlSDK-2.1/include/dolphin/
Dpad.h212 #define PAD_MOTOR_STOP 0 macro
243 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP)
/RvlSDK-2.1/include/revolution/
Dpad.h209 #define PAD_MOTOR_STOP 0 macro
240 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP)