Home
last modified time | relevance | path

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

/Zephyr-latest/lib/smf/
Dsmf.c69 for (const struct smf_state *ancestor = source->parent; ancestor != NULL; in get_lca_of() local
70 ancestor = ancestor->parent) { in get_lca_of()
71 if (ancestor == dest) { in get_lca_of()
72 return ancestor->parent; in get_lca_of()
73 } else if (share_paren(dest, ancestor)) { in get_lca_of()
74 return ancestor; in get_lca_of()
DKconfig14 If y, then the state machine framework includes ancestor state support
18 bool "Support initial transitions for ancestor states"
/Zephyr-latest/doc/services/smf/
Dindex.rst38 By default, a state can have no ancestor states, resulting in a flat state
133 entry and exit actions of the least common ancestor are not executed on
365 re-execute the ancestor\'s entry action or execute the exit action.
/Zephyr-latest/doc/build/dts/api/
Dapi.rst107 The :c:macro:`DT_FOREACH_ANCESTOR` macro allows iterating over the ancestor node