Home
last modified time | relevance | path

Searched refs:Vref (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/comms/limesuite/LimeSuite-20.10.0/src/lms7002m/
H A DLMS7002M_BaseCalibrations.cpp68 uint16_t Vref = (reg606 >> 8) & 0xFF; in CalibrateRP_BIAS() local
71 if(Vref > Vptat) in CalibrateRP_BIAS()
74 while(Vref > Vptat) in CalibrateRP_BIAS()
79 Vref = (reg606 >> 8) & 0xFF; in CalibrateRP_BIAS()
83 if(Vref < Vptat) in CalibrateRP_BIAS()
86 while(Vref < Vptat) in CalibrateRP_BIAS()
91 Vref = (reg606 >> 8) & 0xFF; in CalibrateRP_BIAS()
/dports/science/nest/nest-simulator-3.1/testsuite/regressiontests/
H A Dticket-481.sli57 % returns: whether voltage for either neurons exceeded Vref
68 /Vref -70.0 def
70 model << /V_m Vref /E_L Vref /V_th 1e10 /I_e 0.0 >> Create /n1 Set
71 model << /V_m Vref /E_L Vref /V_th 1e10 /I_e 0.0 >> Create /n2 Set
84 vm1 [/events /V_m] get cva Max Vref gt
85 vm2 [/events /V_m] get cva Max Vref gt
/dports/misc/gpsim/gpsim-0.31.0/regression/p16f91x/
H A Dp16f913.asm256 .assert "adresh == 0x80, 'FAILED 16F913 AN1=1V Vref+=2V'"
263 .assert "adresh == 0x02, 'FAILED 16F913 ADFM=1 AN1=1V Vref+=2V'"
269 .assert "adresh == 0x55, 'FAILED 16F913 ADFM=0 AN1=1V Vref+=2V Vref-=0.5V'"
H A Dp16f916.asm254 .assert "adresh == 0x80, 'FAILED 16F916 AN1=1V Vref+=2V'"
261 .assert "adresh == 0x02, 'FAILED 16F916 ADFM=1 AN1=1V Vref+=2V'"
267 .assert "adresh == 0x55, 'FAILED 16F916 ADFM=0 AN1=1V Vref+=2V Vref-=0.5V'"
H A Dp16f917.asm254 .assert "adresh == 0x80, 'FAILED 16F917 AN1=1V Vref+=2V'"
261 .assert "adresh == 0x02, 'FAILED 16F917 ADFM=1 AN1=1V Vref+=2V'"
267 .assert "adresh == 0x55, 'FAILED 16F917 ADFM=0 AN1=1V Vref+=2V Vref-=0.5V'"
H A Dp16f914.asm254 .assert "adresh == 0x80, 'FAILED 16F914 AN1=1V Vref+=2V'"
261 .assert "adresh == 0x02, 'FAILED 16F914 ADFM=1 AN1=1V Vref+=2V'"
267 .assert "adresh == 0x55, 'FAILED 16F914 ADFM=0 AN1=1V Vref+=2V Vref-=0.5V'"
H A Dcompar_917.asm151 ; mode 2 - Four Inputs Multiplexed to Two Comparators with Vref
337 ; Four Inputs muxed to two comparators with Vref
353 movlw 0xAB ; enable Vref 11 low range 2.29v
361 movlw 0x8B ; enable Vref 11 high range 2.97v
375 .command "AN0.voltage = 3.0" ; drive comp1 low (C1IN- > Vref)
393 .command "AN1.voltage = 3.5" ; C2IN- > Vref
395 .command "AN0.voltage = 2.5" ; C1IN- < Vref
397 .command "AN3.voltage = 3.1" ; C1IN+ > Vref
406 ; C1 - AN3 (3.1) + Vref (2.97) invert out = 1
407 ; C2 - AN2 (2.8) + Vref (2.97) invert out = 0
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sndhrdw/
H A D8080bw_sndhrdw.c968 if (Vref < VMAX) in cap_timer_callback()
970 counter -= (int)((VMAX - Vref) / ar_rate); in cap_timer_callback()
975 if ( (Vref += n) > VMAX ) in cap_timer_callback()
976 Vref = VMAX; in cap_timer_callback()
983 if (Vref > VMIN) in cap_timer_callback()
985 counter -= (int)((Vref - VMIN) / dr_rate); in cap_timer_callback()
990 if ( (Vref -= n) < VMIN ) in cap_timer_callback()
991 Vref = VMIN; in cap_timer_callback()
998 DAC_data_16_w(0, (current_dac_data * Vref) >> 8 ); in cap_timer_callback()
1007 Vref = 0; in MACHINE_INIT()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/regression_test/
H A Dtest155.ams48 -- The output voltage Vout is dependent on the value of VS wrt Vref
49 -- If the voltage is above/below Vref, the output is a 0 else output is a 1.
68 constant Vref:real:=5.0;
73 if (VS<Vref) use
75 elsif (VS=Vref) use
H A Dtest154.ams48 -- The output voltage Vout is dependent on the value of VS wrt Vref
49 -- If the voltage is below Vref, the output is a 0 else output is a 1.
68 constant Vref:real:=5.0;
73 if (VS<=Vref) use
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/simultaneous_stmts/
H A Dtest155.ams48 -- The output voltage Vout is dependent on the value of VS wrt Vref
49 -- If the voltage is above/below Vref, the output is a 0 else output is a
68 constant Vref:real:=5.0;
73 if (VS<Vref) use
75 elsif (VS=Vref) use
H A Dtest154.ams48 -- The output voltage Vout is dependent on the value of VS wrt Vref
49 -- If the voltage is below Vref, the output is a 0 else output is a 1.
68 constant Vref:real:=5.0;
73 if (VS<=Vref) use
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hil/uifv1/
H A Darch.h78 #define Vref 1224.0f // the reference voltage of the voltage regulator macro
80 #define minVCCT ((Res1*((Vref/Res2)-((VCref-Vref)/Res3)))+Vref)
81 #define maxVCCT (((Res1*((Res2+Res3)/(Res2*Res3)))+1)*Vref)
/dports/misc/gpsim/gpsim-0.31.0/regression/p16f684/
H A Dcompar_684.asm137 movlw 0xAB ; enable Vref 11 low range 2.29v
140 ; test mode 2 - Four Inputs muxed to two comparators with Vref
152 movlw 0x8B ; enable Vref 11 high range 2.92v
171 .command "C1N.voltage = 3.0" ; drive comp1 low (C1IN- > Vref)
187 .command "C2N.voltage = 3.5" ; C2IN- > Vref
189 .command "C1N.voltage = 2.5" ; C1IN- < Vref
191 .command "C1P.voltage = 3.1" ; C1IN+ > Vref
/dports/misc/gpsim/gpsim-0.31.0/regression/comparator/
H A Dcompar_2321.asm171 ; test mode - Four Inputs muxed to two comparators with Vref
309 ; Four Inputs muxed to two comparators with Vref
322 movlw 0xAB ; enable Vref 11 low range 2.29v
329 movlw 0x8B ; enable Vref 11 high range 2.92v
346 .command "C1N.voltage = 3.0" ; drive comp1 low (C1IN- > Vref)
361 .command "C2N.voltage = 3.5" ; C2IN- > Vref
363 .command "C1N.voltage = 2.5" ; C1IN- < Vref
365 .command "C1P.voltage = 3.1" ; C1IN+ > Vref
H A Dcompar_6520.asm171 ; test mode - Four Inputs muxed to two comparators with Vref
309 ; Four Inputs muxed to two comparators with Vref
322 movlw 0xAB ; enable Vref 11 low range 2.29v
329 movlw 0x8B ; enable Vref 11 high range 2.92v
346 .command "C1N.voltage = 3.0" ; drive comp1 low (C1IN- > Vref)
361 .command "C2N.voltage = 3.5" ; C2IN- > Vref
363 .command "C1N.voltage = 2.5" ; C1IN- < Vref
365 .command "C1P.voltage = 3.1" ; C1IN+ > Vref
H A Dcompar_877a.asm174 ; test mode - Four Inputs muxed to two comparators with Vref
312 ; Four Inputs muxed to two comparators with Vref
325 movlw 0xAB ; enable Vref 11 low range 2.29v
333 movlw 0x8B ; enable Vref 11 high range 2.92v
349 .command "C1N.voltage = 3.0" ; drive comp1 low (C1IN- > Vref)
366 .command "C2N.voltage = 3.5" ; C2IN- > Vref
368 .command "C1N.voltage = 2.5" ; C1IN- < Vref
370 .command "C1P.voltage = 3.1" ; C1IN+ > Vref
H A Dcompar_628.asm145 ; test mode - Four Inputs muxed to two comparators with Vref
296 ; Four Inputs muxed to two comparators with Vref
309 movlw 0xAB ; enable Vref 11 low range 2.29v
318 movlw 0x8B ; enable Vref 11 high range 2.92v
334 .command "C1N.voltage = 3.0" ; drive comp1 low (C1IN- > Vref)
351 .command "C2N.voltage = 3.5" ; C2IN- > Vref
353 .command "C1N.voltage = 2.5" ; C1IN- < Vref
355 .command "C1P.voltage = 3.1" ; C1IN+ > Vref
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Ddple.cpp221 Sparsity Vref = Vs[0]; in init() local
222 casadi_assert(Vref.is_symmetric(), in init()
223 "V must be symmetric but got " + Vref.dim() + "."); in init()
226 casadi_assert_dev(s==Vref); in init()
230 casadi_int blocksize = Vref.colind()[1]; in init()
231 K_ = Vref.size1()/blocksize; in init()
235 casadi_assert(Vref==diagcat(blocks), "Structure not recognised."); in init()
236 casadi_assert(A_==Vref, "Structure not recognised."); in init()
/dports/graphics/xfig/xfig-3.2.8a/Libraries/Logic/
H A Dic_DAC0800LCN.fig48 4 0 -1 0 0 0 10 0.0000 4 105 405 825 1875 Vref-\001
53 4 0 -1 0 0 0 10 0.0000 4 105 390 825 1500 Vref+\001
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/data/complete/tex/
H A Dvarioref.cwl26 \Vref{label}
27 \Vref*{label}
/dports/devel/openocd/openocd-0.11.0/tcl/interface/ftdi/
H A Dswd-resistor-hack.cfg7 # adapter. Vref of the adapter should be supplied with a voltage equal
13 # 1 - Vref ----------------- Vcc
/dports/misc/gpsim/gpsim-0.31.0/regression/p16f690/
H A Dp16f690.asm578 .assert "W == 0x66, '*** FAILED 16f690 ADC test - AN0 = 2 Vref = Vddi ADFM=0'"
586 .assert "W == 0x80, '*** FAILED 16f690 ADC test - AN0 = 2 Vref = AN1 = 4 ADFM=0'"
590 .assert "W == 0x02, '*** FAILED 16f690 ADC test - AN0 = 2 Vref = AN1 = 4 ADFM=0'"
598 .assert "W == 0xB7, '*** FAILED 16f690 ADC test - chan=12 (CVREF 3.59v) Vref = Vddi ADFM=0'"
604 .assert "W == 0x00, '*** FAILED 16f690 ADC test - chan=12 (CVREF off) Vref = Vddi ADFM=0'"
610 .assert "W == 0x1e, '*** FAILED 16f690 ADC test - chan=13 (0.6v) Vref = Vddi ADFM=0'"
/dports/cad/lepton-eda/lepton-eda-1.9.17/symbols/sym/misc/
H A DUAA170-1.sym115 pinlabel=Vref min
124 pinlabel=Vref max
/dports/cad/geda/geda-gaf-1.8.2/symbols/misc/
H A DUAA170-1.sym115 pinlabel=Vref min
124 pinlabel=Vref max

12345678910>>...13