Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dhid_mouse_template.c362 static int32_t move_cnt = 0; in draw_circle() local
366 move_cnt++; in draw_circle()
367 if (move_cnt > CURSOR_WIDTH) { in draw_circle()
370 move_cnt = 0; in draw_circle()
A Dhid_remote_wakeup_template.c362 static int32_t move_cnt = 0; in draw_circle() local
366 move_cnt++; in draw_circle()
367 if (move_cnt > CURSOR_WIDTH) { in draw_circle()
370 move_cnt = 0; in draw_circle()

Completed in 6 milliseconds