Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c135 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()
/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dtimer.rst10 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
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhal_timer.h95 struct list_descriptor tasks; /*! Timer tasks list. */ member
/loramac-node-latest/
DCHANGELOG.md144 … FIFO threshold from 15 to 31 in order to give more time for the MCU to make other processing tasks