Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dhid_mouse_template.c363 static uint8_t step_x_y = 0; in draw_circle() local
368 step_x_y++; in draw_circle()
369 step_x_y = step_x_y % 4; in draw_circle()
372 switch (step_x_y) { in draw_circle()
A Dhid_remote_wakeup_template.c363 static uint8_t step_x_y = 0; in draw_circle() local
368 step_x_y++; in draw_circle()
369 step_x_y = step_x_y % 4; in draw_circle()
372 switch (step_x_y) { in draw_circle()

Completed in 5 milliseconds