Home
last modified time | relevance | path

Searched full:vbe (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Draspberrrypi,pico-temp.yaml15 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 sensor
26 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.
/Zephyr-latest/drivers/sensor/rpi_pico_temp/
Drpi_pico_temp.c22 const int32_t vbe; member
77 work = ((27 * (-cfg->vbe_slope)) - (mv * 1000 - cfg->vbe)); in rpi_pico_temp_channel_get()
107 .vbe = DT_INST_PROP(inst, vbe), \