Uses of Class
picmicrocontroller.PIC

Packages that use PIC
peripherals   
picmicrocontroller   
simulator   
 

Uses of PIC in peripherals
 

Fields in peripherals declared as PIC
protected  PIC Peripheral.pic
          Reference of microcontroller
 

Methods in peripherals that return PIC
 PIC Peripheral.getPic()
           
 

Methods in peripherals with parameters of type PIC
 void Peripheral.setPic(PIC pic)
           
 

Constructors in peripherals with parameters of type PIC
KeyPad(PIC pic)
          Main constructor which initializes 4*4 PushButton objects with default settings.
LEDArray(PIC pic)
          Constructor which initializes 8 LED objects with default settings.
LEDArray(PIC pic, boolean isEnabled)
          Main constructor of LEDArray class.
Peripheral(int id, PIC pic)
          Constructor with default value(true) of isEnabled.
Peripheral(int id, PIC pic, boolean isEnabled)
          Main constructor of the Peripheral class.
Potentiometer(PIC pic)
          Constructor that initializes the potentiometer.
Potentiometer(PIC pic, boolean isEnabled)
          Main constructor that initializes the potentiometer.
SevenSegmentDisplayArray(PIC pic)
          Constructor which initializes 3 SSD objects with default settings.
SevenSegmentDisplayArray(PIC pic, boolean isEnabled)
          Main constructor of SevenSegmentDisplayArray class.
 

Uses of PIC in picmicrocontroller
 

Fields in picmicrocontroller declared as PIC
protected  PIC Instruction.pic
           
protected  PIC DataMemory.pic
           
protected  PIC ADConverter.pic
           
 

Constructors in picmicrocontroller with parameters of type PIC
ADConverter(PIC pic)
          Main constructor of A/D converter.
DataMemory(PIC pic)
          Main constructor that initializes the data memory.
ProgramCounter(PIC tpic)
          Main constructor of program counter class.
 

Uses of PIC in simulator
 

Fields in simulator declared as PIC
 PIC SimulatorFrame.pic
           
 PIC SimThread.pic
           
protected  PIC MemoryFrame.pic
           
 

Methods in simulator that return PIC
 PIC SimulatorFrame.getPic()
           
 

Constructors in simulator with parameters of type PIC
MemoryFrame(SimulatorFrame simulatorFrame, PIC pic)
          Main constructor for the memory frame.
SimThread(PIC pic)
          Main constructor of the simulation thread class.