RTEMS CPU Kit with SuperCore
Data Structures | Typedefs | Functions
fatal.h File Reference

Fatal API. More...

#include <rtems/score/basedefs.h>
#include <rtems/extension.h>
Include dependency graph for fatal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rtems_assert_context
 Assert context. More...
 

Typedefs

typedef CPU_Exception_frame rtems_exception_frame
 Exception frame.
 

Functions

void rtems_fatal_error_occurred (uint32_t the_error)
 Invokes the internal error handler with a source of INTERNAL_ERROR_RTEMS_API and is internal set to false. More...
 
void rtems_fatal (rtems_fatal_source source, rtems_fatal_code error)
 Invokes the internal error handler with is internal set to false. More...
 
const char * rtems_fatal_source_text (rtems_fatal_source source)
 Returns a text for a fatal source. More...
 
const char * rtems_internal_error_text (rtems_fatal_code error)
 Returns a text for an internal error code. More...
 

Detailed Description

Fatal API.