diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/interrupt_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/interrupt_8h.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,133 @@ + +
++This graph shows which files directly or indirectly include this file:
+Go to the source code of this file.
Functions | |
void | lock (void) |
void | unlock (void) |
void | __attribute__ ((interrupt)) timerOvflHdl(void) |
void __attribute__ | +( | +(interrupt) | ++ | ) | ++ |
+Message transmitted on MSCAN 0 +
+Definition at line 54 of file canOpenDriver.c. +
+References IO_PORTS_16, and TC4H. +
void lock | +( | +void | ++ | ) | ++ |
+Disable interrupts +
+Definition at line 49 of file interrupt.c. +
+References __asm__(). +
+Referenced by initTimer(), and main(). +
+Here is the call graph for this function:
void unlock | +( | +void | ++ | ) | ++ |
+Enable interrupts +
+Definition at line 57 of file interrupt.c. +
+References __asm__(). +
+Referenced by initSensor(), initTimer(), and main(). +
+Here is the call graph for this function:
+