Uses of Class
com.cmpware.cmp.mmio.MemoryMappedIOException

Packages that use MemoryMappedIOException
com.cmpware.cmp.links   
com.cmpware.cmp.mmio   
 

Uses of MemoryMappedIOException in com.cmpware.cmp.links
 

Fields in com.cmpware.cmp.links declared as MemoryMappedIOException
protected  MemoryMappedIOException SharedRegister.mmioe
          A Shared Register Execption (so we don't have to keep re-allocating them)
protected  MemoryMappedIOException FIFO.mmioe
          A Memory Mapped IO Execption (so we don't have to keep re-allocating them)
 

Methods in com.cmpware.cmp.links that throw MemoryMappedIOException
 int SharedRegister.read()
           
 int PipelineRegister.read()
           
 int FIFO.read()
           
 int CellBE_SharedRegister.read()
           
 int CellBE_MailboxStatus.read()
           
 int BroadcastBus.read()
           
 void SharedRegister.write(int val)
           
 void PipelineRegister.write(int val)
           
 void FIFO.write(int val)
           
 void CellBE_MailboxStatus.write(int val)
           
 void CellBE_FIFO.write(int val)
           
 void BroadcastBus.write(int val)
           
 

Uses of MemoryMappedIOException in com.cmpware.cmp.mmio
 

Methods in com.cmpware.cmp.mmio that throw MemoryMappedIOException
 int MemoryMappedIOReader.read()
          This method reads a value from the Memory Mapped IO port.
 void MemoryMappedIOWriter.write(int val)
          This method writes a word to the Memory Mapped IO.