OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
io_access.h File Reference
This graph shows which files directly or indirectly include this file:

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))
 

Macro Definition Documentation

◆ IO_READ32

#define IO_READ32 (   addr)    *((volatile unsigned int *)(addr))

Definition at line 51 of file io_access.h.

◆ IO_WRITE32

#define IO_WRITE32 (   addr,
  val 
)    *((volatile unsigned int *)(addr)) = val

Definition at line 50 of file io_access.h.