hades.models.pic
Class PicIntConReg

java.lang.Object
  extended byhades.models.pic.PicWordReg
      extended byhades.models.pic.PicIntConReg
All Implemented Interfaces:
PicReg

public class PicIntConReg
extends PicWordReg
implements PicReg

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

eecon1

protected PicEecon1Reg eecon1
Constructor Detail

PicIntConReg

public PicIntConReg(PicBreakPoint newBp,
                    PicEecon1Reg newEecon1)
Method Detail

por

public void por()
Description copied from interface: PicReg
Power-on-reset

Specified by:
por in interface PicReg
Overrides:
por in class PicWordReg

reset

public void reset()
Description copied from interface: PicReg
Normal reset, often this will be the same as por()

Specified by:
reset in interface PicReg
Overrides:
reset in class PicWordReg

tmr0Intr

public void tmr0Intr()

extIntr

public void extIntr()

rbIntr

public void rbIntr()

couldBeIntr

public boolean couldBeIntr()

isIntr

public boolean isIntr()