Searched refs:s2_run (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/ |
D | hsm_psicc2_thread.c | 192 static void s2_run(void *o) in s2_run() function 291 [STATE_S2] = SMF_CREATE_STATE(s2_entry, s2_run, s2_exit, &demo_states[STATE_S],
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 61 [S2] = SMF_CREATE_STATE(s2_entry, s2_run, s2_exit, NULL, NULL) 71 [S2] = SMF_CREATE_STATE(s2_entry, s2_run, s2_exit, parent_s12, NULL) 86 [S2] = SMF_CREATE_STATE(s2_entry, s2_run, s2_exit, demo_states[S0], NULL) 224 static void s2_run(void *o) 235 [S2] = SMF_CREATE_STATE(s2_entry, s2_run, NULL, NULL, NULL), 326 static void s2_run(void *o) 339 [S2] = SMF_CREATE_STATE(NULL, s2_run, NULL, NULL, NULL),
|