Home
last modified time | relevance | path

Searched defs:y_pos (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c77 int8_t y_pos; member
91 void ble_send_ball(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in ble_send_ball()
Dmain.c391 void pong_ball_received(int8_t x_pos, int8_t y_pos, int8_t x_vel, int8_t y_vel) in pong_ball_received()