Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/hal/utils/src/
Dutils_list.c52 struct list_element *it; in is_list_element() local
87 struct list_element *it = list->head; in list_insert_at_end() local
132 struct list_element *it = list->head; in list_delete_element() local
/loramac-node-2.7.6/src/boards/mcu/saml21/hal/src/
Dhal_timer.c207 struct timer_task *it, *prev = NULL, *head = (struct timer_task *)list_get_head(list); in timer_add_timer_task() local
240 struct timer_task * it = (struct timer_task *)list_get_head(&timer->tasks); in timer_process_counted() local