Lines Matching full:smf
11 The State Machine Framework (SMF) is an application agnostic framework that
132 SMF follows UML hierarchical state machine rules for transitions i.e., the
139 SMF breaks from UML rules in:
147 SMF also does not provide any pseudostates except the Initial Pseudostate.
158 This example turns the following state diagram into code using the SMF, where
179 #include <zephyr/smf.h>
260 This example turns the following state diagram into code using the SMF, where
287 #include <zephyr/smf.h>
398 #include <zephyr/smf.h>
525 :zephyr_file:`tests/lib/smf/src/test_lib_self_transition_smf.c` defines a state
573 .. doxygengroup:: smf