Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c46 char operator_btn; member
104 switch (s->operator_btn) { in calculate_result()
191 s->operator_btn = 0x00; in on_entry()
230 s->operator_btn = s->event.operand; in ready_run()
333 s->operator_btn = s->event.operand; in operand_1_run()
481 s->operator_btn = s->event.operand; in operand_2_run()
713 LOG_INF("op1=%s, op=%c op2=%s res=%s", s_obj.operand_1.string, s_obj.operator_btn, in smf_calculator_thread()