Searched refs:state_b_exit (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/lib/smf/src/ |
D | test_lib_flat_smf.c | 150 static void state_b_exit(void *obj) in state_b_exit() function 217 [STATE_B] = SMF_CREATE_STATE(state_b_entry, state_b_run, state_b_exit, NULL, NULL),
|
D | test_lib_hierarchical_smf.c | 270 static void state_b_exit(void *obj) in state_b_exit() function 346 [STATE_B] = SMF_CREATE_STATE(state_b_entry, state_b_run, state_b_exit,
|
D | test_lib_self_transition_smf.c | 364 static void state_b_exit(void *obj) in state_b_exit() function 454 [STATE_B] = SMF_CREATE_STATE(state_b_entry, state_b_run, state_b_exit,
|