Searched refs:pong_ball_received (Results 1 – 3 of 3) sorted by relevance
7 void pong_ball_received(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel);
156 pong_ball_received(data->ball.x_pos, data->ball.y_pos, in notify_func()
391 void pong_ball_received(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in pong_ball_received() function