Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/
Dmain.c74 volatile uint32_t m_test_06b_value __attribute__((section(NOINIT_SECTION))); variable
87 m_test_06b_value = TEST_06B_TAG; in wdt_test_06b_cb()
435 if (m_test_06b_value == TEST_06B_TAG) { in ZTEST()
436 m_test_06b_value = 0U; in ZTEST()
441 m_test_06b_value = 0U; in ZTEST()
461 zassert_equal(m_test_06b_value, 0, "Watchod has fired while it shouldn't"); in ZTEST()