Lines Matching refs:get
132 version = efuses["MAC_VERSION"].get()
136 version, efuses["CUSTOM_MAC"].get()
149 if args.voltage == "OFF" and sdio_reg.get() != 0:
154 if args.voltage == "1.8V" and sdio_tieh.get() != 0:
164 "to 3.3V" if sdio_tieh.get() != 0 else "to 1.8V or 3.3V"
195 print("ADC VRef calibration: %dmV" % adc_vref.get())
197 if blk3_reserve.get():
199 print(" ADC1 Low reading (150mV): %d" % efuses["ADC1_TP_LOW"].get())
200 print(" ADC1 High reading (850mV): %d" % efuses["ADC1_TP_HIGH"].get())
201 print(" ADC2 Low reading (150mV): %d" % efuses["ADC2_TP_LOW"].get())
202 print(" ADC2 High reading (850mV): %d" % efuses["ADC2_TP_HIGH"].get())