RTEMS
Functions
bsp_fatal_halt.c File Reference

LEON3 BSP Fatal_halt handler. More...

#include <bsp.h>
#include <leon.h>

Go to the source code of this file.

Functions

void _CPU_Fatal_halt (uint32_t source, uint32_t error)
 

Detailed Description

LEON3 BSP Fatal_halt handler.

COPYRIGHT (c) 2014. Aeroflex Gaisler AB.

The license and distribution terms for this file may be found in the file LICENSE in this distribution or at http://www.rtems.org/license/LICENSE.

Definition in file bsp_fatal_halt.c.

Function Documentation

◆ _CPU_Fatal_halt()

void _CPU_Fatal_halt ( uint32_t  source,
uint32_t  error 
)

This routine copies _error into a known place – typically a stack location or a register, optionally disables interrupts, and halts/stops the CPU.

Definition at line 31 of file bsp_fatal_halt.c.