Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/subsys/usb/hid-cdc/src/
Dmain.c139 static uint8_t chr_ptr_mouse, chr_ptr_kbd, str_pointer; variable
352 chr_ptr_mouse = 0U; in flush_buffer_mouse()
398 (uint8_t *)data_buf_mouse+chr_ptr_mouse, in cdc_mouse_int_handler()
399 sizeof(data_buf_mouse)-chr_ptr_mouse))) { in cdc_mouse_int_handler()
400 chr_ptr_mouse += bytes_read; in cdc_mouse_int_handler()
401 if (data_buf_mouse[chr_ptr_mouse - 1] == '\r') { in cdc_mouse_int_handler()
405 data_buf_mouse[chr_ptr_mouse - 1] = '\0'; in cdc_mouse_int_handler()
423 if (chr_ptr_mouse >= sizeof(data_buf_mouse)) { in cdc_mouse_int_handler()