9
0
Fork 0

Add basic interrupt handling

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2633 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2010-04-27 03:03:40 +00:00
parent 23fd04bd47
commit 5b07b7e46d
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 */