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