|
||||||||||
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.PicTimerReg
PicTimerReg - Timer with prescaler and different sources
Field Summary |
Fields inherited from class hades.models.pic.PicWordReg |
size |
Constructor Summary | |
PicTimerReg(PicBreakPoint newBp,
PicWordReg newOption,
PicBitReg newTmrInt)
|
Method Summary | |
void |
externInc()
|
void |
internInc()
|
void |
por()
Power-on-reset |
void |
reset()
Normal reset, often this will be the same as por() |
void |
setBit(int selectedBit,
boolean newValue)
Set one specified bit |
void |
write(int newValue)
Write the normal content of the register |
void |
writeAll(int newValue)
Write the extended content of the register |
Methods inherited from class hades.models.pic.PicWordReg |
getBit, getBreakPoint, getSize, getSizeAll, isDirty, read, readAll, resetDirtyFlag, setBreakPoint, setDirtyFlag, testBreakPoint |
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, setBreakPoint |
Constructor Detail |
public PicTimerReg(PicBreakPoint newBp, PicWordReg newOption, PicBitReg newTmrInt)
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 internInc()
public void externInc()
public void write(int newValue)
PicReg
write
in interface PicReg
write
in class PicWordReg
public void writeAll(int newValue)
PicReg
writeAll
in interface PicReg
writeAll
in class PicWordReg
public void setBit(int selectedBit, boolean newValue)
PicReg
setBit
in interface PicReg
setBit
in class PicWordReg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |