Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/utils/src/
Dutils_event.c95 current = (const struct event *)list_get_next_element(current)) { in event_unsubscribe()
130 current = (const struct event *)list_get_next_element(current)) { in event_post()
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/include/
Dutils_list.h104 static inline void *list_get_next_element(const void *const element) in list_get_next_element() function
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c214 for (it = head; it; it = (struct timer_task *)list_get_next_element(it)) { in timer_add_timer_task()