Nut/OS  4.10.3
API Reference
exception_c.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ARM_COMMON_Handler_crash (struct pt_regs *p, const char *name)
void ARM_DA_Handler (struct pt_regs *p)
void ARM_PFA_Handler (struct pt_regs *p)
void ARM_SWI_Handler (struct pt_regs *p)
void ARM_UDF_Handler (struct pt_regs *p)

Detailed Description

 * $Id: exception_c.h 2400 2009-01-16 19:44:05Z haraldkipp $
 * 

Definition in file exception_c.h.


Function Documentation

void ARM_COMMON_Handler_crash ( struct pt_regs p,
const char *  name 
)
void ARM_DA_Handler ( struct pt_regs p)

Definition at line 52 of file default_da_handler.c.

void ARM_PFA_Handler ( struct pt_regs p)

Definition at line 52 of file default_pfa_handler.c.

void ARM_SWI_Handler ( struct pt_regs p)

Definition at line 52 of file default_swi_handler.c.

void ARM_UDF_Handler ( struct pt_regs p)

Definition at line 52 of file default_udf_handler.c.