source:
ada-examples/irq_test/irqforce.c
@
2059da6
Last change on this file since 2059da6 was 7efcefa, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/99 at 13:05:42 | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
1 | #include <bsp.h> |
2 | |
3 | irqforce(int irq) |
4 | { |
5 | ERC32_Unmask_interrupt(irq); |
6 | ERC32_Force_interrupt(irq); |
7 | } |
Note: See TracBrowser
for help on using the repository browser.