Searched refs:tasks (Results 1 – 4 of 4) sorted by relevance
135 if (is_list_element(&descr->tasks, task)) { in timer_add_task()141 timer_add_timer_task(&descr->tasks, task, descr->time); in timer_add_task()162 if (!is_list_element(&descr->tasks, task)) { in timer_remove_task()167 list_delete_element(&descr->tasks, task); in timer_remove_task()240 struct timer_task * it = (struct timer_task *)list_get_head(&timer->tasks); in timer_process_counted()251 list_remove_head(&timer->tasks); in timer_process_counted()254 timer_add_timer_task(&timer->tasks, tmp, time); in timer_process_counted()256 it = (struct timer_task *)list_get_head(&timer->tasks); in timer_process_counted()
10 changes execution delays and periods for all tasks in the timers task queue.18 Each instance of the Timer driver supports infinite amount of timer tasks, only limited by the amou…24 * Timer tasks - periodical invocation of functions
95 struct list_descriptor tasks; /*! Timer tasks list. */ member
144 … FIFO threshold from 15 to 31 in order to give more time for the MCU to make other processing tasks