Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dlws-button.c63 uint16_t mon_timer_comp; member
156 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
225 comp_age_ms = (bcs->mon_timer_count - each[n].mon_timer_comp) * in LWS_PLAT_TIMER_CB()
255 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
303 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
323 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
350 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
367 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
/third_party/libwebsockets/lib/drivers/button/
Dlws-button.c63 uint16_t mon_timer_comp; member
159 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
229 comp_age_ms = (bcs->mon_timer_count - each->mon_timer_comp) * in LWS_PLAT_TIMER_CB()
259 each->mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
311 each->mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
334 each->mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
362 each->mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
387 each->mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()