Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_timer.c43 #define TIMER_TRACE(...) LV_LOG_TRACE(__VA_ARGS__) macro
45 #define TIMER_TRACE(...) macro
69 TIMER_TRACE("begin"); in lv_timer_handler()
74 TIMER_TRACE("already running, concurrent calls are not allow, returning"); in lv_timer_handler()
112TIMER_TRACE("Start from the first timer again because a timer was created or deleted"); in lv_timer_handler()
144 TIMER_TRACE("finished (%d ms until the next timer call)", time_till_next); in lv_timer_handler()
312 TIMER_TRACE("calling timer callback: %p", *((void **)&timer->timer_cb)); in lv_timer_exec()
314 TIMER_TRACE("timer callback %p finished", *((void **)&timer->timer_cb)); in lv_timer_exec()
321TIMER_TRACE("deleting timer with %p callback because the repeat count is over", *((void **)&timer-… in lv_timer_exec()