Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c177 static uint32_t mem_manage_fault(struct arch_esf *esf, int from_hard_fault, bool *recoverable) in mem_manage_fault() argument
319 *recoverable = memory_fault_recoverable(esf, true); in mem_manage_fault()
333 static int bus_fault(struct arch_esf *esf, int from_hard_fault, bool *recoverable) in bus_fault() argument
476 *recoverable = memory_fault_recoverable(esf, true);
601 static void debug_monitor(struct arch_esf *esf, bool *recoverable) in debug_monitor() argument
603 *recoverable = false; in debug_monitor()
613 *recoverable = true; in debug_monitor()
616 *recoverable = memory_fault_recoverable(esf, false); in debug_monitor()
701 static uint32_t hard_fault(struct arch_esf *esf, bool *recoverable) in hard_fault() argument
722 *recoverable = memory_fault_recoverable(esf, true); in hard_fault()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt1079 This event reports a fatal non-recoverable error from the local Controller.
1081 non-recoverable error. The content of the event depends on a type of error it
1188 Other kinds of a non-recoverable system errors can be represented by Zephyr
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst398 Trigger :c:macro:`NET_EVENT_CONN_IF_FATAL_ERROR` when a fatal (non-recoverable) connection error oc…
/Zephyr-latest/doc/hardware/porting/
Darch.rst607 Stack overflows in user mode are recoverable (from the kernel's perspective)
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1886 * :github:`32677` - z_user_string_nlen() might lead to non-recoverable errors, despite suggesting t…