Home
last modified time | relevance | path

Searched refs:list_get_head (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/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()
240 struct timer_task * it = (struct timer_task *)list_get_head(&timer->tasks); 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/utils/src/
Dutils_event.c94 for ((current = (const struct event *)list_get_head(&events)); current; in event_unsubscribe()
129 for ((current = (const struct event *)list_get_head(&events)); current; in event_post()
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/include/
Dutils_list.h91 static inline void *list_get_head(const struct list_descriptor *const list) in list_get_head() function