Home
last modified time | relevance | path

Searched full:smf (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/lib/smf/
DCMakeLists.txt3 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)
DKconfig4 config SMF config
9 if SMF
22 endif # SMF
Dsmf.c7 #include <zephyr/smf.h>
10 LOG_MODULE_REGISTER(smf);
/Zephyr-latest/tests/lib/smf/
Dtestcase.yaml5 - smf
7 libraries.smf.flat: {}
8 libraries.smf.hierarchical:
11 libraries.smf.initial_transition:
DCMakeLists.txt5 project(smf) project
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
DREADME.rst3 :relevant-api: smf
5 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_psicc2
48 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>`
Dsample.yaml2 name: SMF HSM PSiCC2 Demo
5 - smf
19 sample.smf.hsm_psicc2: {}
/Zephyr-latest/samples/subsys/smf/smf_calculator/
Dsample.yaml2 description: SMF Calculator GUI Application
5 sample.smf.smf_calculator:
19 - smf
DREADME.rst2 :name: SMF Calculator
3 :relevant-api: smf
11 with the :ref:`State Machine Framework <smf>`.
24 :alt: SMF Calculator Statechart
27 Statechart for the SMF Calculator business logic.
66 :zephyr-app: samples/subsys/smf/smf_calculator
76 :zephyr-app: samples/subsys/smf/smf_calculator
/Zephyr-latest/samples/subsys/smf/
Dsmf.rst1 .. zephyr:code-sample-category:: smf
5 These samples demonstrate how to use the :ref:`State Machine Framework <smf>` subsystem.
/Zephyr-latest/tests/lib/smf/src/
Dmain.c10 #include <zephyr/smf.h>
Dtest_lib_flat_smf.c8 #include <zephyr/smf.h>
/Zephyr-latest/doc/services/smf/
Dindex.rst11 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
[all …]
/Zephyr-latest/lib/
DCMakeLists.txt20 add_subdirectory_ifdef(CONFIG_SMF smf)
DKconfig26 source "lib/smf/Kconfig"
/Zephyr-latest/doc/services/
Dindex.rst34 smf/index.rst
/Zephyr-latest/subsys/usb/usb_c/
DKconfig8 select SMF
Dusbc_tc_common_internal.h12 #include <zephyr/smf.h>
Dusbc_prl.h13 #include <zephyr/smf.h>
Dusbc_stack.c11 #include <zephyr/smf.h>
/Zephyr-latest/include/zephyr/
Dsmf.h20 * @defgroup smf State Machine Framework API
151 * @brief Tell the SMF to stop propagating the event to ancestors. This allows
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig17 depends on SMF
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dmain.c175 printk("SMF Desk Calculator Demo\n"); in main()
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/
Dhsm_psicc2_thread.c14 #include <zephyr/smf.h>
/Zephyr-latest/doc/_scripts/
Dredirects.py140 ('guides/smf/index', 'services/smf/index'),

12