Searched refs:timeout_triggered (Results 1 – 1 of 1) sorted by relevance
1066 bool timeout_triggered = false; variable1067 void test_timeout_cb(uint8_t status) { timeout_triggered = true; } in test_timeout_cb()1084 CHECK(timeout_triggered); in testRecomputeTimeout1()1085 timeout_triggered = false; in testRecomputeTimeout1()1106 CHECK(!timeout_triggered); in testRecomputeTimeout2()1128 CHECK(timeout_triggered); in testRecomputeTimeout3()1129 timeout_triggered = false; in testRecomputeTimeout3()