|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.pic.TurboPicCore.PicMemoryEepromAdapter
Constructor Summary | |
(package private) |
TurboPicCore.PicMemoryEepromAdapter()
|
Method Summary | |
int |
getMemorySize()
Capacity of the memory in words |
int |
getWordWidth()
Witdh of one word in bits |
int |
readMemory(int addr)
Read a word from the memory |
void |
writeMemory(int addr,
int value)
Write a word into the memory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
TurboPicCore.PicMemoryEepromAdapter()
Method Detail |
public int getWordWidth()
PicMemory
getWordWidth
in interface PicMemory
public int getMemorySize()
PicMemory
getMemorySize
in interface PicMemory
public int readMemory(int addr)
PicMemory
readMemory
in interface PicMemory
public void writeMemory(int addr, int value)
PicMemory
writeMemory
in interface PicMemory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |