Home
last modified time | relevance | path

Searched refs:_Zth (Results 1 – 12 of 12) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dop_amp.cc39 explicit OPA_stimulus(OPA * arg, const char *cPname, double _Vth, double _Zth) in OPA_stimulus() argument
40 : stimulus(cPname, _Vth, _Zth), _opa(arg) in OPA_stimulus()
H A Dctmu.h100 double _Zth=1e3) : stimulus(n, _Vth, _Zth), cpu(pCpu) in stimulus() argument
H A Dstimuli.h156 double _Zth = 1e3
376 double _Zth = 1e8,
463 double _Zth = 150.0,
501 double _Zth = 150.0,
H A Dstimuli.cc581 stimulus::stimulus(const char *cPname, double _Vth, double _Zth) in stimulus() argument
584 Vth(_Vth), Zth(_Zth), in stimulus()
935 double _Zth, in IOPIN() argument
940 : stimulus(_name, _Vth, _Zth), in IOPIN()
1254 double _Zth, in IO_bi_directional() argument
1259 : IOPIN(_name, _Vth, _Zth, _ZthWeak, _ZthFloating), in IO_bi_directional()
1363 double _Zth, in IO_bi_directional_pu() argument
1369 : IO_bi_directional(_name, _Vth, _Zth, _ZthWeak, in IO_bi_directional_pu()
H A Dcomparator.h169 double _Vth = 0.0, double _Zth = 1e12
183 double _Vth = 0.0, double _Zth = 1e12
H A Da2dconverter.cc1386 a2d_stimulus::a2d_stimulus(ADCON1 * arg, int chan, const char *cPname, double _Vth, double _Zth) in a2d_stimulus() argument
1387 : stimulus(cPname, _Vth, _Zth) in a2d_stimulus()
H A Da2dconverter.h616 double _Vth = 0.0, double _Zth = 1e12
H A Dcomparator.cc145 CM_stimulus::CM_stimulus(CMCON * arg, const char *cPname, double _Vth, double _Zth) in CM_stimulus() argument
146 : stimulus(cPname, _Vth, _Zth), _cmcon(arg) in CM_stimulus()
H A D14bit-registers.h1129 double _Vth = 0.0, double _Zth = 1e12
H A D14bit-registers.cc2935 CPS_stimulus::CPS_stimulus(CPSCON0 * arg, const char *cPname, double _Vth, double _Zth) in CPS_stimulus() argument
2936 : stimulus(cPname, _Vth, _Zth), m_cpscon0(arg) in CPS_stimulus()
/dports/misc/gpsim/gpsim-0.31.0/extras/lcd/
H A Draw_lcd.h39 double _Vth = 0.0, double _Zth = 1e12
H A Draw_lcd.cc438 CC_stimulus::CC_stimulus(LCD_7Segments * arg, const char *cPname, double _Vth, double _Zth) in CC_stimulus() argument
439 : stimulus(cPname, _Vth, _Zth), future_cycle(0) in CC_stimulus()