Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Fatal error functions. More...
Go to the source code of this file.
Enumerations | |
enum | k_fatal_error_reason { K_ERR_CPU_EXCEPTION , K_ERR_SPURIOUS_IRQ , K_ERR_STACK_CHK_FAIL , K_ERR_KERNEL_OOPS , K_ERR_KERNEL_PANIC } |
Functions | |
FUNC_NORETURN void | k_fatal_halt (unsigned int reason) |
Halt the system on a fatal error. More... | |
void | k_sys_fatal_error_handler (unsigned int reason, const z_arch_esf_t *esf) |
Fatal error policy handler. More... | |
Fatal error functions.