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
21extern "C" {
22#endif
23
24#include <stdint.h>
25#include "cmsis_gcc.h"
26
27/* ============================================================================
28 * ERROR HANDLING API
29 * ========================================================================= */
30
39void Error_Handler(void);
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* INC_BSP_ERROR_H_ */
void Error_Handler(void)
System error handler for unrecoverable faults.
Definition error.c:50