Add basic interrupt handling

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2633 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-04-27 03:03:40 +00:00
parent 09fd60d01a
commit b375132994
2 changed files with 532 additions and 268 deletions

File diff suppressed because it is too large Load Diff

View File

@ -114,6 +114,7 @@
#define EIR_DMAIF (1 << 5) /* Bit 5: DMA Interrupt */
#define EIR_PKTIF (1 << 6) /* Bit 6: Receive Packet Pending Interrupt */
/* Bit 7: Reserved */
#define EIR_ALLINTS (0x7b) /* All interrupts */
/* Ethernet Status Register Bit Definitions */