Home
last modified time | relevance | path

Searched refs:state_c_exit (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/lib/smf/src/
Dtest_lib_flat_smf.c182 static void state_c_exit(void *obj) in state_c_exit() function
218 [STATE_C] = SMF_CREATE_STATE(state_c_entry, state_c_run, state_c_exit, NULL, NULL),
Dtest_lib_hierarchical_smf.c305 static void state_c_exit(void *obj) in state_c_exit() function
348 [STATE_C] = SMF_CREATE_STATE(state_c_entry, state_c_run, state_c_exit,
Dtest_lib_self_transition_smf.c408 static void state_c_exit(void *obj) in state_c_exit() function
456 [STATE_C] = SMF_CREATE_STATE(state_c_entry, state_c_run, state_c_exit,