Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <zephyr.h>
#include <ztest.h>
#include <tc_util.h>
#include <kernel_structs.h>
#include <kernel_internal.h>
#include <assert.h>
Macros | |
#define | EXC_TRIGGER_FUNC_IDX 0 |
Typedefs | |
typedef void(* | exc_trigger_func_t) (void) |
Functions | |
void | k_sys_fatal_error_handler (unsigned int reason, const z_arch_esf_t *pEsf) |
Fatal error policy handler. More... | |
static void | entry_cpu_exception (void) |
static void | entry_oops (void) |
static void | entry_panic (void) |
static void | entry_zephyr_assert (void) |
static void | entry_arbitrary_reason (void) |
static void | entry_arbitrary_reason_negative (void) |
void | test_fatal (void) |
Test the kernel fatal error handling works correctly. More... | |
void | test_main (void) |
Variables | |
static ZTEST_DMEM volatile int | expected_reason = -1 |
static const exc_trigger_func_t | exc_trigger_func [] |
#define EXC_TRIGGER_FUNC_IDX 0 |
|
static |
|
static |