RTEMS
|
LEON3 BSP Fatal_halt handler. More...
Go to the source code of this file.
Functions | |
void | _CPU_Fatal_halt (uint32_t source, uint32_t error) |
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.
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.