Searched refs:LV_PROFILER_TICK_PER_SEC_MAX (Results 1 – 1 of 1) sorted by relevance
23 #define LV_PROFILER_TICK_PER_SEC_MAX 1000000000 /* Maximum accuracy: 1 nanosecond */ macro113 if(config->tick_per_sec == 0 || config->tick_per_sec > LV_PROFILER_TICK_PER_SEC_MAX) { in lv_profiler_builtin_init()114 LV_LOG_WARN("tick_per_sec range must be between 1~%d", LV_PROFILER_TICK_PER_SEC_MAX); in lv_profiler_builtin_init()245 uint32_t nsec = (item->tick % tick_per_sec) * (LV_PROFILER_TICK_PER_SEC_MAX / tick_per_sec); in flush_no_lock()