Home
last modified time | relevance | path

Searched refs:s1_exit (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/samples/subsys/smf/hsm_psicc2/src/
Dhsm_psicc2_thread.c144 static void s1_exit(void *o) in s1_exit() function
289 [STATE_S1] = SMF_CREATE_STATE(s1_entry, s1_run, s1_exit, &demo_states[STATE_S],
/Zephyr-Core-3.7.0/doc/services/smf/
Dindex.rst60 [S1] = SMF_CREATE_STATE(s1_entry, s1_run, s1_exit, NULL, NULL),
70 [S1] = SMF_CREATE_STATE(s1_entry, s1_run, s1_exit, parent_s12, NULL),
85 [S1] = SMF_CREATE_STATE(s1_entry, s1_run, s1_exit, demo_states[S0], NULL),
214 static void s1_exit(void *o)
233 [S1] = SMF_CREATE_STATE(NULL, s1_run, s1_exit, NULL, NULL),
369 state. For example, the s1_exit function is called before the parent_exit