Searched defs:_lv_task_t (Results 1 – 1 of 1) sorted by relevance
62 typedef struct _lv_task_t struct64 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