Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/
Dmain.c31 #define CPU_LOCKUP_WAS_DONE (0x19283746U) macro
335 if (cpu_lockup_status != CPU_LOCKUP_WAS_DONE) { in test_reset_cpu_lockup()
337 cpu_lockup_status = CPU_LOCKUP_WAS_DONE; in test_reset_cpu_lockup()
376 if (cpu_lockup_status == CPU_LOCKUP_WAS_DONE) { in main()