Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/
Dtest_wdt.c170 volatile DATATYPE m_testvalue __attribute__((section(NOINIT_SECTION))); variable
177 m_testvalue += WDT_TEST_CB0_TEST_VALUE; in wdt_int_cb0()
186 m_testvalue += WDT_TEST_CB1_TEST_VALUE; in wdt_int_cb1()
229 m_testvalue = 0U; in test_wdt_no_callback()
252 if (m_testvalue == WDT_TEST_CB0_TEST_VALUE) { in test_wdt_callback_1()
260 m_testvalue = 0U; in test_wdt_callback_1()
287 m_testvalue = 0U; in test_wdt_callback_1()
311 if (m_testvalue == WDT_TEST_CB1_TEST_VALUE) { in test_wdt_callback_2()
320 m_testvalue = 0U; in test_wdt_callback_2()
351 m_testvalue = 0U; in test_wdt_callback_2()