33 Internal_errors_t the_error
Constants and Prototypes Related to the Internal Error Handler.
Internal_errors_Core_list
A list of errors which are generated internally by the executive core.
The system reached its terminal state.
System_state_Codes
System states.
void _Terminate(Internal_errors_Source the_source, Internal_errors_t the_error)
Initiates system termination.
static __inline__ void _System_state_Set(System_state_Codes state)
Sets the current system state to the given state.
static void _User_extensions_Fatal(Internal_errors_Source source, Internal_errors_t error)
Forwards all visitors that there was a fatal failure.
User Extension Handler API.
Internal_errors_Source
This type lists the possible sources from which an error can be reported.
Internal_errors_Information _Internal_errors_What_happened
void _SMP_Request_shutdown(void)
Requests a shutdown of all processors.
Errors of the core system.
void _CPU_Fatal_halt(uint32_t source, uint32_t error)
System State Handler API.
void _Internal_error(Internal_errors_Core_list core_error)
Terminates the system with an INTERNAL_ERROR_CORE fatal source and the specified core error code...
SuperCore SMP Implementation.