Searched refs:cause (Results 1 – 8 of 8) sorted by relevance
155 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() local383 if (cause & RESET_PIN) { in main()[all …]
88 uint32_t cause; in ZTEST() local92 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()
21 cause a crash.
37 Back pressure is fine in short bursts but it can cause delays in application66 cause the core log buffer to approach 100% capacity. Since the output log rate
47 - NOTE: these connections cause contention with the following signals/features:
38 Disabling this configuration will cause the ICMsg backend to
90 Trigger a fatal error in ISR context, that will cause problem due to
45 This test consists of a single thread. The thread will cause an
Completed in 21 milliseconds