|
PICSim 0.8.1
PICsim - PIC Simulator
|
PICsim pin structure. More...
#include <picsim.h>
Data Fields | |
| unsigned char | ptype |
| pin types | |
| unsigned char | dir |
| pin dir | |
| unsigned char | value |
| value | |
| unsigned char | lvalue |
| latch value | |
| char | pord |
| pin port number | |
| unsigned char * | port |
| port address | |
| float | avalue |
| analog input value | |
| unsigned char | ovalue |
| defaut open pin value | |
| float | oavalue |
| digital output average value | |
| unsigned char | lsvalue |
| last set value (used by open collector simulation) | |
PICsim pin structure.
Internal structure used to describe one pin.