score: Documentation

This commit is contained in:
Sebastian Huber
2012-11-14 15:56:04 +01:00
parent f48d06a6e1
commit 891d0d9624

View File

@@ -96,10 +96,17 @@ typedef struct {
extern Internal_errors_Information _Internal_errors_What_happened;
/**
* @brief Internal error Occurred
* @brief An internal or fatal error occurred.
*
* This routine is invoked when the application or the executive itself
* determines that a fatal error has occurred.
*
* This function can be called in every system state provided the following
* conditions are true
* - the stack pointer is valid,
* - the code memory is valid,
* - the read-only data is valid, and
* - the read-write data is accessible.
*/
void _Internal_error_Occurred(
Internal_errors_Source the_source,