diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/canOpenDriver_8h.html --- a/doc/doxygen/html/canOpenDriver_8h.html Tue Jun 05 17:34:33 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,134 +0,0 @@ - -
--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(). -
void resetTimer | -( | -void | -- | ) | -- |
- -
-Definition at line 73 of file canOpenDriver.c. -
void TimerLoop | -( | -void | -- | ) | -- |
- -
-