diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/portsaccess_8h.html --- a/doc/doxygen/html/portsaccess_8h.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/portsaccess_8h.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,28 +18,28 @@
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | IO_PORTS_8(adr) _io_ports[adr] |
#define | IO_PORTS_8(adr) _io_ports[adr] |
#define | IO_PORTS_16(adr) *((unsigned volatile short*) (_io_ports + (adr))) |
#define | IO_PORTS_16(adr) *((unsigned volatile short*) (_io_ports + (adr))) |
Variables | |
volatile unsigned char | _io_ports [] |
volatile unsigned char | _io_ports [] |
adr | ) | -*((unsigned volatile short*) (_io_ports + (adr))) | +*((unsigned volatile short*) (_io_ports + (adr))) |
-