source: trunk/softs/giet_tsar/isr.h @ 248

Last change on this file since 248 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
9void _isr_dma();
10
11void _isr_ioc();
12
13void _isr_timer0();
14void _isr_timer1();
15void _isr_timer2();
16void _isr_timer3();
17
18void _isr_tty_get();
19void _isr_tty_get_task0();
20void _isr_tty_get_task1();
21void _isr_tty_get_task2();
22void _isr_tty_get_task3();
23
24void _isr_switch();
Note: See TracBrowser for help on using the repository browser.