Searched refs:priority (Results 1 – 6 of 6) sorted by relevance
263 static const int priority[LV_LOG_LEVEL_NUM] = { in syslog_print() local267 syslog(priority[level], "[LVGL] %s", buf); in syslog_print()
60 .priority = prio_map[prio], in lv_thread_init()
183 …_FLUSH_THREAD_PRIO**: Sets the priority of the flush thread, with a default priority of 0, indicat…
74 ISR, it should be from either a high priority interrupt or an interrupt that95 /* Disable priority 1-6 interrupts for 2 Fcys. */
291 … /* The task running lv_timer_handler should have lower priority than that running `lv_tick_inc` */293 … /* raise the task priority of LVGL and/or reduce the handler period can improve the performance */
225 is that your application can run theoretically run low-priority workloads efficiently on