| 167 | } |
| 168 | |
| 169 | static void stop_motor(void) |
| 170 | { |
| 171 | if (motor_on) |
| 172 | { |
| 173 | MOTOR_REG_Write(0); |
| 174 | DRIVESELECT_REG_Write(0); /* deselect all drives */ |
| 175 | motor_on = false; |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | static void wait_until_writeable(int ep) |
| 180 | { |
no outgoing calls
no test coverage detected