Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dmain.c53 #define BALL_START (struct x_y){ 4, BALL_POS_Y_MAX }
55 struct x_y { struct
101 static struct x_y ball_pos = BALL_START;
104 static struct x_y ball_vel = { 0, 0 };