Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c91 static void copy_operand(struct operand *dest, struct operand *src) in copy_operand() function
153 copy_operand(&s->operand_1, &s->result); in chain_calculations()