Searched refs:timeout_triggered (Results 1 – 1 of 1) sorted by relevance
1072 bool timeout_triggered = false; variable1073 void test_timeout_cb(uint8_t status) { timeout_triggered = true; } in test_timeout_cb()1090 CHECK(timeout_triggered); in testRecomputeTimeout1()1091 timeout_triggered = false; in testRecomputeTimeout1()1112 CHECK(!timeout_triggered); in testRecomputeTimeout2()1134 CHECK(timeout_triggered); in testRecomputeTimeout3()1135 timeout_triggered = false; in testRecomputeTimeout3()