Skip to content
Snippets Groups Projects
Commit b3751329 authored by patacongo's avatar patacongo
Browse files

Add basic interrupt handling

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2633 42af7a65-404d-4744-a932-0658087f49c3
parent 09fd60d0
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment