Searched refs:polling (Results 1 – 9 of 9) sorted by relevance
29 bool polling; member206 fb_ctx->polling = false; in lv_nuttx_uv_disp_poll_cb()213 if(fb_ctx->polling) { in lv_nuttx_uv_disp_refr_req_cb()216 fb_ctx->polling = true; in lv_nuttx_uv_disp_refr_req_cb()
56 os_delay_ms(time_till_next); /* delay to avoid unnecessary polling */
60 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
62 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
61 …platform-dependent function to send a command to the LCD controller (usually uses polling transfer)
77 …by polling the hardware, polling a global variable (which is reset at the end of the transfer), or…
200 …ic implementation of the LCD send command function. In general this should use polling transfer. */216 /* for short data blocks we use polling transfer */
522 intermittent polling there is a chance that some user gestures are537 might need to read it by polling a file descriptor (fd).