|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hades.models.pic.PicBreakPoint
PicBreakPoint - handle breakpoints
Field Summary | |
int |
bpValue
|
PicBitReg |
isBreakPoint
|
Constructor Summary | |
PicBreakPoint()
|
Method Summary | |
int |
getBpValue()
|
boolean |
getIsBreakPoint()
|
void |
por()
|
void |
report(int value)
|
void |
reset()
|
void |
setBpValue(int newValue)
|
void |
setIsBreakPoint(boolean newValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public PicBitReg isBreakPoint
public int bpValue
Constructor Detail |
public PicBreakPoint()
Method Detail |
public void reset()
public void por()
public void report(int value)
public boolean getIsBreakPoint()
public void setIsBreakPoint(boolean newValue)
public int getBpValue()
public void setBpValue(int newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |