Home
last modified time | relevance | path

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

/tests/boards/nrf/hwinfo/reset_cause/src/
A Dmain.c155 if (*cause & RESET_PIN) { in print_current_reset_cause()
164 if (*cause & RESET_POR) { in print_current_reset_cause()
170 if (*cause & RESET_DEBUG) { in print_current_reset_cause()
182 if (*cause & RESET_PARITY) { in print_current_reset_cause()
185 if (*cause & RESET_PLL) { in print_current_reset_cause()
188 if (*cause & RESET_CLOCK) { in print_current_reset_cause()
194 if (*cause & RESET_USER) { in print_current_reset_cause()
202 *cause = 0; in print_current_reset_cause()
367 uint32_t cause; in main() local
383 if (cause & RESET_PIN) { in main()
[all …]
/tests/drivers/hwinfo/api/src/
A Dmain.c88 uint32_t cause; in ZTEST() local
92 cause = 0xDEADBEEF; in ZTEST()
94 ret = hwinfo_get_reset_cause(&cause); in ZTEST()
104 zassert_not_equal(cause, 0xDEADBEEF, "Reset cause not written."); in ZTEST()
/tests/benchmarks/posix/threads/
A DKconfig21 cause a crash.
/tests/subsys/logging/log_blocking/
A DREAME.md37 Back pressure is fine in short bursts but it can cause delays in application
66 cause the core log buffer to approach 100% capacity. Since the output log rate
/tests/drivers/i2s/i2s_speed/
A DReadme.txt47 - NOTE: these connections cause contention with the following signals/features:
/tests/subsys/ipc/ipc_sessions/interoperability/
A DKconfig.icmsg_v138 Disabling this configuration will cause the ICMsg backend to
/tests/ztest/error_hook/
A DREADME.txt90 Trigger a fatal error in ISR context, that will cause problem due to
/tests/benchmarks/thread_metric/
A Dthread_metric_readme.txt45 This test consists of a single thread. The thread will cause an

Completed in 21 milliseconds