CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
interrupt.h File Reference

This file is used to define exeptions and interrupt subroutines macroses. More...

#include "iArch.h"
Include dependency graph for interrupt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ISR_EXCEPTION(name)
#define ISR_EXCEPTION_PROTO(name)
#define ISR_IRQ(name)
#define ISR_IRQ_OS(name)
#define ISR_IRQ_OS_PROTO(name)

Functions

typedef ISR_HANDLER ((*ISR_ptr_type))
 ISR_ptr_type is the type of pointer to ISR HANDLER.

Detailed Description

This file is used to define exeptions and interrupt subroutines macroses.

Note
need to insert iConfig.h or FreeRTOSConfig.h before for ISR_IRQ_OS_PROTO macroses

Definition in file interrupt.h.