Searched defs:_lv_task_t (Results 1 – 1 of 1) sorted by relevance
60 typedef struct _lv_task_t { struct61 uint32_t period; /**< How often the task should run */62 uint32_t last_run; /**< Last time the task ran */63 lv_task_cb_t task_cb; /**< Task function */65 void * user_data; /**< Custom user data */67 int32_t repeat_count; /**< 1: Task times; -1 : infinity; 0 : stop ; n>0: residual times */68 uint8_t prio : 3; /**< Task priority */