|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.intel.I8237.I8237Channel
public class I8237.I8237Channel
Inner class for I8237 channel
Method Summary | |
---|---|
boolean |
checkReady()
|
void |
dmaRequest(jmce.intel.DmaRequestMaster m)
Initiate DMA request master. |
void |
dmaRequest(jmce.intel.DmaRequestRead read)
Initiate DMA request for read. |
void |
dmaRequest(jmce.intel.DmaRequestWrite write)
Initiate DMA request for write. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean checkReady()
public void dmaRequest(jmce.intel.DmaRequestMaster m) throws SIMException
Control will be passed to the caller.
SIMException
public void dmaRequest(jmce.intel.DmaRequestRead read) throws SIMException
Data will be transferred from memory to the peripheral.
SIMException
public void dmaRequest(jmce.intel.DmaRequestWrite write) throws SIMException
Data will be trasferred from peripheral to memory.
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |