Home
last modified time | relevance | path

Searched defs:_lv_task_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_task.h62 typedef struct _lv_task_t struct
64 uint32_t period; /**< How often the task should run */
65 uint32_t last_run; /**< Last time the task ran */
66 lv_task_cb_t task_cb; /**< Task function */
68 void * user_data; /**< Custom user data */
70 uint8_t prio : 3; /**< Task priority */
71 uint8_t once : 1; /**< 1: one shot task */

Completed in 2 milliseconds