Home
last modified time | relevance | path

Searched refs:smf_set_handled (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c306 smf_set_handled(&s->ctx); in negated_1_run()
355 smf_set_handled(&s->ctx); in zero_1_run()
381 smf_set_handled(&s->ctx); in int_1_run()
403 smf_set_handled(&s->ctx); in frac_1_run()
407 smf_set_handled(&s->ctx); in frac_1_run()
446 smf_set_handled(&s->ctx); in negated_2_run()
511 smf_set_handled(&s->ctx); in zero_2_run()
537 smf_set_handled(&s->ctx); in int_2_run()
559 smf_set_handled(&s->ctx); in frac_2_run()
563 smf_set_handled(&s->ctx); in frac_2_run()
/Zephyr-latest/include/zephyr/
Dsmf.h157 void smf_set_handled(struct smf_ctx *ctx);
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/
Dhsm_psicc2_thread.c87 smf_set_handled(SMF_CTX(obj)); in s_run()
139 smf_set_handled(SMF_CTX(obj)); in s1_run()
210 smf_set_handled(SMF_CTX(obj)); in s2_run()
/Zephyr-latest/tests/lib/smf/src/
Dtest_lib_self_transition_smf.c227 smf_set_handled(SMF_CTX(obj)); in parent_ab_run()
357 smf_set_handled(SMF_CTX(obj)); in state_b_run()
/Zephyr-latest/lib/smf/
Dsmf.c384 void smf_set_handled(struct smf_ctx *ctx) in smf_set_handled() function
/Zephyr-latest/doc/services/smf/
Dindex.rst117 Calling :c:func:`smf_set_handled` prevents calling the run action of parent
118 states. It is not required to call :c:func:`smf_set_handled` if the state
372 call either :c:func:`smf_set_state` or :c:func:`smf_set_handled`.