Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
regs-irqtype.h File Reference

Go to the source code of this file.

Macros

#define S3C2410_EXTINT_LOWLEV   (0x00)
 
#define S3C2410_EXTINT_HILEV   (0x01)
 
#define S3C2410_EXTINT_FALLEDGE   (0x02)
 
#define S3C2410_EXTINT_RISEEDGE   (0x04)
 
#define S3C2410_EXTINT_BOTHEDGE   (0x06)
 

Macro Definition Documentation

#define S3C2410_EXTINT_BOTHEDGE   (0x06)

Definition at line 21 of file regs-irqtype.h.

#define S3C2410_EXTINT_FALLEDGE   (0x02)

Definition at line 19 of file regs-irqtype.h.

#define S3C2410_EXTINT_HILEV   (0x01)

Definition at line 18 of file regs-irqtype.h.

#define S3C2410_EXTINT_LOWLEV   (0x00)

Definition at line 17 of file regs-irqtype.h.

#define S3C2410_EXTINT_RISEEDGE   (0x04)

Definition at line 20 of file regs-irqtype.h.