|
RTEMS
|
This header file defines the Fatal Error Manager API. More...
#include <stdint.h>#include <rtems/extension.h>#include <rtems/score/basedefs.h>#include <rtems/score/cpu.h>#include <rtems/score/interr.h>Go to the source code of this file.
Classes | |
| struct | rtems_assert_context |
| % More... | |
Typedefs | |
| typedef CPU_Exception_frame | rtems_exception_frame |
| % | |
Functions | |
| RTEMS_NO_RETURN void | rtems_fatal_error_occurred (uint32_t the_error) |
| % More... | |
| static void | rtems_exception_frame_print (const rtems_exception_frame *frame) |
| % More... | |
| static RTEMS_NO_RETURN void | rtems_fatal (rtems_fatal_source fatal_source, rtems_fatal_code error_code) |
| % More... | |
| const char * | rtems_internal_error_text (rtems_fatal_code error) |
| % More... | |
| RTEMS_NO_RETURN | RTEMS_PRINTFLIKE (1, 2) void rtems_panic(const char *fmt |
| % More... | |
| RTEMS_NO_RETURN const char * | rtems_fatal_source_text (rtems_fatal_source source) |
| % More... | |
This header file defines the Fatal Error Manager API.
Definition in file fatal.h.
1.8.14