|
Jspice3
|
#include "devdefs.h"

Go to the source code of this file.
Data Structures | |
| struct | sDIOinstance |
| struct | sDIOmodel |
Macros | |
| #define | DIONDCOEFFS 6 |
| #define | id_x2 DIOdCoeffs[0] |
| #define | id_x3 DIOdCoeffs[1] |
| #define | cdif_x2 DIOdCoeffs[2] |
| #define | cdif_x3 DIOdCoeffs[3] |
| #define | cjnc_x2 DIOdCoeffs[4] |
| #define | cjnc_x3 DIOdCoeffs[5] |
| #define | DIORSNOIZ 0 |
| #define | DIOIDNOIZ 1 |
| #define | DIOFLNOIZ 2 |
| #define | DIOTOTNOIZ 3 |
| #define | DIONSRCS 4 |
| #define | DIOvoltage DIOstate |
| #define | DIOcapCharge DIOstate+1 |
| #define | DIOcapCurrent DIOstate+2 |
| #define | DIOnumStates 3 |
| #define | DIO_AREA 1 |
| #define | DIO_IC 2 |
| #define | DIO_OFF 3 |
| #define | DIO_CURRENT 4 |
| #define | DIO_VOLTAGE 5 |
| #define | DIO_CHARGE 6 |
| #define | DIO_CAPCUR 7 |
| #define | DIO_CONDUCT 8 |
| #define | DIO_POWER 9 |
| #define | DIO_TEMP 10 |
| #define | DIO_CAP 11 |
| #define | DIO_MOD_IS 101 |
| #define | DIO_MOD_RS 102 |
| #define | DIO_MOD_N 103 |
| #define | DIO_MOD_TT 104 |
| #define | DIO_MOD_CJO 105 |
| #define | DIO_MOD_VJ 106 |
| #define | DIO_MOD_M 107 |
| #define | DIO_MOD_EG 108 |
| #define | DIO_MOD_XTI 109 |
| #define | DIO_MOD_FC 110 |
| #define | DIO_MOD_BV 111 |
| #define | DIO_MOD_IBV 112 |
| #define | DIO_MOD_D 113 |
| #define | DIO_MOD_COND 114 |
| #define | DIO_MOD_TNOM 115 |
| #define | DIO_MOD_KF 116 |
| #define | DIO_MOD_AF 117 |
Typedefs | |
| typedef struct sDIOinstance | DIOinstance |
| typedef struct sDIOmodel | DIOmodel |
Functions | |
| int | DIOacLoad () |
| int | DIOask () |
| int | DIOconvTest () |
| int | DIOdisto () |
| int | DIOgetic () |
| int | DIOload () |
| int | DIOmAsk () |
| int | DIOmParam () |
| int | DIOnoise () |
| int | DIOparam () |
| void | DIOparse () |
| int | DIOpzLoad () |
| int | DIOsetup () |
| int | DIOtemp () |
| int | DIOtrunc () |
| typedef struct sDIOinstance DIOinstance |
| int DIOacLoad | ( | ) |
| int DIOask | ( | ) |
| int DIOconvTest | ( | ) |
| int DIOdisto | ( | ) |
| int DIOgetic | ( | ) |
| int DIOload | ( | ) |
| int DIOmAsk | ( | ) |
| int DIOmParam | ( | ) |
| int DIOnoise | ( | ) |
| int DIOparam | ( | ) |
| void DIOparse | ( | ) |
| int DIOpzLoad | ( | ) |
| int DIOsetup | ( | ) |
| int DIOtemp | ( | ) |
| int DIOtrunc | ( | ) |