Home
last modified time | relevance | path

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

/Zephyr-latest/lib/smf/
Dsmf.c91 const struct smf_state *topmost) in smf_execute_all_entry_actions() argument
95 if (new_state == topmost) { in smf_execute_all_entry_actions()
100 for (const struct smf_state *to_execute = get_child_of(new_state, topmost); in smf_execute_all_entry_actions()
191 static bool smf_execute_all_exit_actions(struct smf_ctx *const ctx, const struct smf_state *topmost) in smf_execute_all_exit_actions() argument
196 to_execute != NULL && to_execute != topmost; in smf_execute_all_exit_actions()
236 const struct smf_state *topmost = get_last_of(init_state); in smf_set_initial() local
241 if (topmost->entry) { in smf_set_initial()
242 topmost->entry(ctx); in smf_set_initial()
249 if (smf_execute_all_entry_actions(ctx, init_state, topmost)) { in smf_set_initial()
281 const struct smf_state *topmost; in smf_set_state() local
[all …]
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst969 exit actions from the current state to the topmost parent, with the expectation the topmost exit