SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
Loading...
Searching...
No Matches
interrupt_ID.h
Go to the documentation of this file.
1/* FPGA interrupts (there are 64 in total; only a few are defined below) */
2#define INTERVAL_TIMER_IRQi 72
3#define KEYS_IRQ 73
4#define FPGA_IRQ2 74
5#define FPGA_IRQ3 75
6#define FPGA_IRQ4 76
7#define FPGA_IRQ5 77
8#define AUDIO_IRQ 78
9#define PS2_IRQ 79
10#define JTAG_IRQ 80
11#define IrDA_IRQ 81
12#define FPGA_IRQ10 82
13#define JP1_IRQ 83
14#define JP2_IRQ 84
15#define FPGA_IRQ13 85
16#define FPGA_IRQ14 86
17#define FPGA_IRQ15 87
18#define FPGA_IRQ16 88
19#define PS2_DUAL_IRQ 89
20#define FPGA_IRQ18 90
21#define FPGA_IRQ19 91
22