diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/portsaccess_8h.html --- a/doc/doxygen/html/portsaccess_8h.html Tue Jun 05 17:34:33 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,98 +0,0 @@ - -
--Go to the source code of this file.
Defines | |
#define | IO_PORTS_8(adr) _io_ports[adr] |
#define | IO_PORTS_16(adr) *((unsigned volatile short*) (_io_ports + (adr))) |
Variables | |
volatile unsigned char | _io_ports [] |
#define IO_PORTS_16 | -( | -adr | -- | ) | -*((unsigned volatile short*) (_io_ports + (adr))) | -
- -
-Definition at line 46 of file portsaccess.h. -
#define IO_PORTS_8 | -( | -adr | -- | ) | -_io_ports[adr] | -
- -
-Definition at line 39 of file portsaccess.h. -
-
volatile unsigned char _io_ports[] | -
- -
-