Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/lib/smf/
Dsmf.c81 for (const struct smf_state *to_execute = get_last_of(target); in smf_execute_ancestor_entry_actions() local
82 to_execute != NULL && to_execute != target; in smf_execute_ancestor_entry_actions()
83 to_execute = get_child_of(target, to_execute)) { in smf_execute_ancestor_entry_actions()
85 if (!last_state_share_paren(ctx, to_execute) && to_execute->entry) { in smf_execute_ancestor_entry_actions()
86 to_execute->entry(ctx); in smf_execute_ancestor_entry_actions()