Home
last modified time | relevance | path

Searched refs:mon_timer_count (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/drivers/button/
H A Dlws-button.c55 uint16_t mon_timer_count; member
159 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
215 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()
272 each->mon_timer_repeat = 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()
[all...]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dlws-button.c55 uint16_t mon_timer_count; member
156 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB()
213 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()

Completed in 2 milliseconds