diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/canOpenDriver_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/canOpenDriver_8h.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,149 @@ + +
++Go to the source code of this file.
Functions | |
void | initTimer (void) |
void | resetTimer (void) |
void | TimerLoop (void) |
UNS8 | f_can_receive (UNS8 notused, Message *m) |
UNS8 f_can_receive | +( | +UNS8 | +notused, | +|
+ | + | Message * | +m | + |
+ | ) | ++ |
+Returns 0 if no message received, 0xFF if the receiving stack is not empty. May be call in polling. You can also call canDispatch(...) in void __attribute__((interrupt)) can0HdlRcv (void) (see include/hcs12/canOpenDriver.c) +
void initTimer | +( | +void | ++ | ) | ++ |
+ +
+Definition at line 79 of file canOpenDriver.c. +
+References IO_PORTS_8, last_sig, lock(), TCTL1, TIE, timer, timer_notify(), TIOS, TSCR1, TSCR2, and unlock(). +
+Here is the call graph for this function:
void resetTimer | +( | +void | ++ | ) | ++ |
+ +
+Definition at line 73 of file canOpenDriver.c. +
void TimerLoop | +( | +void | ++ | ) | ++ |
+ +
+