Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/subsys/testsuite/fff_fake_contexts/src/
Dmain.c298 for (int j = 0; j < fff.call_history_idx; ++j) { in ZTEST()
303 fff.call_history_idx], NULL); in ZTEST()
305 zassert_equal(fff.call_history_idx, 0, NULL); in ZTEST()
/Zephyr-Core-3.4.0/subsys/testsuite/include/zephyr/
Dfff.h142 unsigned int call_history_idx; member
155 fff.call_history_idx = 0; \
159 if (fff.call_history_idx < FFF_CALL_HISTORY_LEN) \
160 fff.call_history[fff.call_history_idx++] = (fff_function_t)function;