|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.pic.PicWordReg
hades.models.pic.PicIntConReg
PicIntConReg - Interrupt control register
Field Summary | |
protected PicEecon1Reg |
eecon1
|
Fields inherited from class hades.models.pic.PicWordReg |
size |
Constructor Summary | |
PicIntConReg(PicBreakPoint newBp,
PicEecon1Reg newEecon1)
|
Method Summary | |
boolean |
couldBeIntr()
|
void |
extIntr()
|
boolean |
isIntr()
|
void |
por()
Power-on-reset |
void |
rbIntr()
|
void |
reset()
Normal reset, often this will be the same as por() |
void |
tmr0Intr()
|
Methods inherited from class hades.models.pic.PicWordReg |
getBit, getBreakPoint, getSize, getSizeAll, isDirty, read, readAll, resetDirtyFlag, setBit, setBreakPoint, setDirtyFlag, testBreakPoint, write, writeAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hades.models.pic.PicReg |
getBit, getBreakPoint, getSize, getSizeAll, read, readAll, setBit, setBreakPoint, write, writeAll |
Field Detail |
protected PicEecon1Reg eecon1
Constructor Detail |
public PicIntConReg(PicBreakPoint newBp, PicEecon1Reg newEecon1)
Method Detail |
public void por()
PicReg
por
in interface PicReg
por
in class PicWordReg
public void reset()
PicReg
reset
in interface PicReg
reset
in class PicWordReg
public void tmr0Intr()
public void extIntr()
public void rbIntr()
public boolean couldBeIntr()
public boolean isIntr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |