Searched full:vbe (Results 1 – 2 of 2) sorted by relevance
15 vbe:19 Vbe voltage in microvolts at 27 degrees C. Vbe = 0.706V typically.20 The temperature sensor measures the Vbe voltage of a biased bipolar diode.21 The temperature calculates from the Vbe voltage measured by the sensor26 See also the vbe-slope section.28 vbe-slope:32 The slope of Vbe voltage in microvolts per degree C.35 See also the vbe section.
22 const int32_t vbe; member77 work = ((27 * (-cfg->vbe_slope)) - (mv * 1000 - cfg->vbe)); in rpi_pico_temp_channel_get()107 .vbe = DT_INST_PROP(inst, vbe), \