11#ifndef ZEPHYR_INCLUDE_FATAL_H
12#define ZEPHYR_INCLUDE_FATAL_H
84void z_fatal_error(
unsigned int reason,
const struct arch_esf *esf);
Fatal base type definitions.
void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *esf)
Fatal error policy handler.
FUNC_NORETURN void k_fatal_halt(unsigned int reason)
Halt the system on a fatal error.
Exception Stack Frame.
Definition exception.h:60