Searched refs:STATE_OP_ENTERED (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | smf_calculator_thread.c | 173 STATE_OP_ENTERED, enumerator 334 smf_set_state(&s->ctx, &calculator_states[STATE_OP_ENTERED]); in operand_1_run() 451 smf_set_state(&s->ctx, &calculator_states[STATE_OP_ENTERED]); in negated_2_run() 474 smf_set_state(&s->ctx, &calculator_states[STATE_OP_ENTERED]); in operand_2_run() 652 [STATE_OP_ENTERED] = SMF_CREATE_STATE(NULL, op_entered_run, NULL, 656 &calculator_states[STATE_OP_ENTERED], NULL), 658 &calculator_states[STATE_OP_ENTERED], NULL),
|