ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems)
0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
error.h
Go to the documentation of this file.
1
17
#ifndef INC_BSP_ERROR_H_
18
#define INC_BSP_ERROR_H_
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
#include <stdint.h>
25
#include "cmsis_gcc.h"
26
27
/* ============================================================================
28
* ERROR HANDLING API
29
* ========================================================================= */
30
39
void
Error_Handler
(
void
);
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
/* INC_BSP_ERROR_H_ */
Error_Handler
void Error_Handler(void)
System error handler for unrecoverable faults.
Definition
error.c:50
Core
Inc
bsp
error.h
Generated on Fri Apr 17 2026 13:48:31 for ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) by
1.9.8