|
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).
|
Go to the source code of this file.
Macros | |
| #define | INTERVAL_TIMER_IRQi 72 |
| #define | KEYS_IRQ 73 |
| #define | FPGA_IRQ2 74 |
| #define | FPGA_IRQ3 75 |
| #define | FPGA_IRQ4 76 |
| #define | FPGA_IRQ5 77 |
| #define | AUDIO_IRQ 78 |
| #define | PS2_IRQ 79 |
| #define | JTAG_IRQ 80 |
| #define | IrDA_IRQ 81 |
| #define | FPGA_IRQ10 82 |
| #define | JP1_IRQ 83 |
| #define | JP2_IRQ 84 |
| #define | FPGA_IRQ13 85 |
| #define | FPGA_IRQ14 86 |
| #define | FPGA_IRQ15 87 |
| #define | FPGA_IRQ16 88 |
| #define | PS2_DUAL_IRQ 89 |
| #define | FPGA_IRQ18 90 |
| #define | FPGA_IRQ19 91 |
| #define AUDIO_IRQ 78 |
Definition at line 8 of file interrupt_ID.h.
| #define FPGA_IRQ10 82 |
Definition at line 12 of file interrupt_ID.h.
| #define FPGA_IRQ13 85 |
Definition at line 15 of file interrupt_ID.h.
| #define FPGA_IRQ14 86 |
Definition at line 16 of file interrupt_ID.h.
| #define FPGA_IRQ15 87 |
Definition at line 17 of file interrupt_ID.h.
| #define FPGA_IRQ16 88 |
Definition at line 18 of file interrupt_ID.h.
| #define FPGA_IRQ18 90 |
Definition at line 20 of file interrupt_ID.h.
| #define FPGA_IRQ19 91 |
Definition at line 21 of file interrupt_ID.h.
| #define FPGA_IRQ2 74 |
Definition at line 4 of file interrupt_ID.h.
| #define FPGA_IRQ3 75 |
Definition at line 5 of file interrupt_ID.h.
| #define FPGA_IRQ4 76 |
Definition at line 6 of file interrupt_ID.h.
| #define FPGA_IRQ5 77 |
Definition at line 7 of file interrupt_ID.h.
| #define INTERVAL_TIMER_IRQi 72 |
Definition at line 2 of file interrupt_ID.h.
| #define IrDA_IRQ 81 |
Definition at line 11 of file interrupt_ID.h.
| #define JP1_IRQ 83 |
Definition at line 13 of file interrupt_ID.h.
| #define JP2_IRQ 84 |
Definition at line 14 of file interrupt_ID.h.
| #define JTAG_IRQ 80 |
Definition at line 10 of file interrupt_ID.h.
| #define KEYS_IRQ 73 |
Definition at line 3 of file interrupt_ID.h.
| #define PS2_DUAL_IRQ 89 |
Definition at line 19 of file interrupt_ID.h.
| #define PS2_IRQ 79 |
Definition at line 9 of file interrupt_ID.h.