Home
last modified time | relevance | path

Searched refs:FWK_LIST_GET (Results 1 – 7 of 7) sorted by relevance

/SCP-firmware-master/framework/test/
A Dtest_fwk_list_get.c27 assert(FWK_LIST_GET(node, struct container, slink)->value == 42); in test_slist_get()
35 assert(FWK_LIST_GET(node, struct container, dlink)->value == 42); in test_dlist_get()
A Dtest_fwk_core.c227 free_event = FWK_LIST_GET( in test___fwk_run_main_loop()
246 free_event = FWK_LIST_GET( in test___fwk_run_main_loop()
264 free_event = FWK_LIST_GET( in test___fwk_run_main_loop()
284 free_event = FWK_LIST_GET( in test___fwk_run_main_loop()
304 free_event = FWK_LIST_GET( in test___fwk_run_main_loop()
320 free_event = FWK_LIST_GET( in test___fwk_run_main_loop()
383 result_event = FWK_LIST_GET( in test_fwk_put_event()
396 result_event = FWK_LIST_GET( in test_fwk_put_event()
452 result_event = FWK_LIST_GET( in test_fwk_put_event_light()
467 result_event = FWK_LIST_GET( in test_fwk_put_event_light()
[all …]
/SCP-firmware-master/framework/include/
A Dfwk_list.h39 #define FWK_LIST_GET(node, type, member) \ macro
217 elem = FWK_LIST_GET(node, type, member); \
220 elem = FWK_LIST_GET(node, type, member))
/SCP-firmware-master/framework/src/
A Dfwk_delayed_resp.c64 FWK_LIST_GET(delayed_response_node, struct fwk_event, slist_node); in __fwk_search_delayed_response()
146 FWK_LIST_GET(delayed_response_node, struct fwk_event, slist_node)); in fwk_get_first_delayed_response()
A Dfwk_notification.c96 subscription = FWK_LIST_GET(node, in search_subscription()
132 subscription = FWK_LIST_GET(node, in send_notifications()
206 subscription = FWK_LIST_GET( in fwk_notification_subscribe()
A Dfwk_core.c69 allocated_event = FWK_LIST_GET( in duplicate_event()
181 ctx.current_event = event = FWK_LIST_GET( in process_next_event()
247 isr_event = FWK_LIST_GET( in process_isr()
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c190 alarm = FWK_LIST_GET(alarm_node, struct alarm_sub_element_ctx, node); in _insert_alarm_ctx_into_active_queue()
194 alarm = FWK_LIST_GET(alarm_node, struct alarm_sub_element_ctx, node); in _insert_alarm_ctx_into_active_queue()
361 FWK_LIST_GET(alarm_ctx_node, struct alarm_sub_element_ctx, node); in get_next_alarm_remaining()

Completed in 9 milliseconds