|
OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|

Go to the source code of this file.
Macros | |
| #define | IO_WRITE32(addr, val) *((volatile unsigned int *)(addr)) = val |
| #define | IO_READ32(addr) *((volatile unsigned int *)(addr)) |
| #define IO_READ32 | ( | addr | ) | *((volatile unsigned int *)(addr)) |
Definition at line 51 of file io_access.h.
| #define IO_WRITE32 | ( | addr, | |
| val | |||
| ) | *((volatile unsigned int *)(addr)) = val |
Definition at line 50 of file io_access.h.