Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/smf/src/
Dtest_lib_self_transition_smf.c143 #define C_EXIT_FIRST_TIME BIT(5) macro
147 C_ENTRY_FIRST_TIME | C_EXIT_FIRST_TIME)
421 if (o->first_time & C_EXIT_FIRST_TIME) { in state_c_exit()
422 o->first_time &= ~C_EXIT_FIRST_TIME; in state_c_exit()