Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_stdio_test/
Dpico_stdio_test.c24 static volatile bool deadlock_test_irq_called; variable
29 deadlock_test_irq_called = true; in deadlock_test_alarm()
52 PICOTEST_CHECK(deadlock_test_irq_called, "deadlock_test_irq was not called"); in main()