Home
last modified time | relevance | path

Searched refs:smf (Results 1 – 10 of 10) sorted by relevance

/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)
Dsmf.c10 LOG_MODULE_REGISTER(smf);
/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/samples/subsys/smf/hsm_psicc2/
DREADME.rst3 :relevant-api: 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>`
/Zephyr-latest/tests/lib/smf/
DCMakeLists.txt5 project(smf) project
/Zephyr-latest/samples/subsys/smf/smf_calculator/
DREADME.rst3 :relevant-api: smf
11 with the :ref:`State Machine Framework <smf>`.
66 :zephyr-app: samples/subsys/smf/smf_calculator
76 :zephyr-app: samples/subsys/smf/smf_calculator
/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/doc/services/smf/
Dindex.rst179 #include <zephyr/smf.h>
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