Searched refs:PAD_MOTOR_STOP (Results 1 – 3 of 3) sorted by relevance
60 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()
212 #define PAD_MOTOR_STOP 0 macro243 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP)
209 #define PAD_MOTOR_STOP 0 macro240 #define PADStopMotor(chan) PADControlMotor((chan), PAD_MOTOR_STOP)