Searched full:smf (Results 1 – 25 of 38) sorted by relevance
12
3 zephyr_interface_library_named(smf)5 target_include_directories(smf INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})9 zephyr_library_sources(smf.c)11 zephyr_library_link_libraries(smf)
4 config SMF config9 if SMF22 endif # SMF
7 #include <zephyr/smf.h>10 LOG_MODULE_REGISTER(smf);
5 - smf7 libraries.smf.flat: {}8 libraries.smf.hierarchical:11 libraries.smf.initial_transition:
5 project(smf) project
3 :relevant-api: smf5 Implement an event-driven hierarchical state machine using State Machine Framework (SMF).10 This sample demonstrates the :ref:`State Machine Framework <smf>` subsystem.22 :zephyr-app: samples/subsys/smf/hsm_psicc248 Not all transitions modelled in UML may be supported by the :ref:`State Machine Framework <smf>`.50 PSiCC2 Section 2.3.15. The differences will not be listed here as it is hoped :ref:`SMF <smf>`
2 name: SMF HSM PSiCC2 Demo5 - smf19 sample.smf.hsm_psicc2: {}
2 description: SMF Calculator GUI Application5 sample.smf.smf_calculator:19 - smf
2 :name: SMF Calculator3 :relevant-api: smf11 with the :ref:`State Machine Framework <smf>`.24 :alt: SMF Calculator Statechart27 Statechart for the SMF Calculator business logic.66 :zephyr-app: samples/subsys/smf/smf_calculator76 :zephyr-app: samples/subsys/smf/smf_calculator
1 .. zephyr:code-sample-category:: smf5 These samples demonstrate how to use the :ref:`State Machine Framework <smf>` subsystem.
10 #include <zephyr/smf.h>
8 #include <zephyr/smf.h>
11 The State Machine Framework (SMF) is an application agnostic framework that132 SMF follows UML hierarchical state machine rules for transitions i.e., the139 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, where179 #include <zephyr/smf.h>260 This example turns the following state diagram into code using the SMF, where287 #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[all …]
20 add_subdirectory_ifdef(CONFIG_SMF smf)
26 source "lib/smf/Kconfig"
34 smf/index.rst
8 select SMF
12 #include <zephyr/smf.h>
13 #include <zephyr/smf.h>
11 #include <zephyr/smf.h>
20 * @defgroup smf State Machine Framework API151 * @brief Tell the SMF to stop propagating the event to ancestors. This allows
17 depends on SMF
175 printk("SMF Desk Calculator Demo\n"); in main()
14 #include <zephyr/smf.h>
140 ('guides/smf/index', 'services/smf/index'),