Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_touchscreen.c142 int nbytes = read(fd, sample, sizeof(struct touch_sample_s)); in touchscreen_read_sample() local
143 return nbytes == sizeof(struct touch_sample_s); in touchscreen_read_sample()