Home
last modified time | relevance | path

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

/Zephyr-latest/lib/smf/
Dsmf.c100 for (const struct smf_state *to_execute = get_child_of(new_state, topmost); in smf_execute_all_entry_actions() local
101 to_execute != NULL && to_execute != new_state; in smf_execute_all_entry_actions()
102 to_execute = get_child_of(new_state, to_execute)) { in smf_execute_all_entry_actions()
106 ctx->executing = to_execute; in smf_execute_all_entry_actions()
108 if (to_execute->entry) { in smf_execute_all_entry_actions()
109 to_execute->entry(ctx); in smf_execute_all_entry_actions()
190 for (const struct smf_state *to_execute = ctx->current; in smf_execute_all_exit_actions() local
191 to_execute != NULL && to_execute != topmost; in smf_execute_all_exit_actions()
192 to_execute = to_execute->parent) { in smf_execute_all_exit_actions()
193 if (to_execute->exit) { in smf_execute_all_exit_actions()
[all …]