Last change
on this file since 437 was
158,
checked in by alain, 13 years ago
|
Introducing the three sub-directories in the softs directory:
- giet_tsar
- soft_filter_giet
- soft_transpose_giet
|
File size:
580 bytes
|
Line | |
---|
1 | /************************************************************************************** |
---|
2 | File : isr.h |
---|
3 | Written by Alain Greiner |
---|
4 | Date : April 2011 |
---|
5 | |
---|
6 | The Interrupt Service Routine (ISR) supported by the GIET are: |
---|
7 | **************************************************************************************/ |
---|
8 | |
---|
9 | void _isr_dma(); |
---|
10 | |
---|
11 | void _isr_ioc(); |
---|
12 | |
---|
13 | void _isr_timer0(); |
---|
14 | void _isr_timer1(); |
---|
15 | void _isr_timer2(); |
---|
16 | void _isr_timer3(); |
---|
17 | |
---|
18 | void _isr_tty_get(); |
---|
19 | void _isr_tty_get_task0(); |
---|
20 | void _isr_tty_get_task1(); |
---|
21 | void _isr_tty_get_task2(); |
---|
22 | void _isr_tty_get_task3(); |
---|
23 | |
---|
24 | void _isr_switch(); |
---|
Note: See
TracBrowser
for help on using the repository browser.