Searched refs:smf (Results 1 – 10 of 10) sorted by relevance
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)
10 LOG_MODULE_REGISTER(smf);
1 .. zephyr:code-sample-category:: smf5 These samples demonstrate how to use the :ref:`State Machine Framework <smf>` subsystem.
3 :relevant-api: smf10 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>`
5 project(smf) project
3 :relevant-api: smf11 with the :ref:`State Machine Framework <smf>`.66 :zephyr-app: samples/subsys/smf/smf_calculator76 :zephyr-app: samples/subsys/smf/smf_calculator
20 add_subdirectory_ifdef(CONFIG_SMF smf)
26 source "lib/smf/Kconfig"
34 smf/index.rst
179 #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 state573 .. doxygengroup:: smf