diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/canOpenDriver_8h.html --- a/doc/doxygen/html/canOpenDriver_8h.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,149 +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(). -
-Here is the call graph for this function:
void resetTimer | -( | -void | -- | ) | -- |
- -
-Definition at line 73 of file canOpenDriver.c. -
void TimerLoop | -( | -void | -- | ) | -- |
- -
-