Home
last modified time | relevance | path

Searched full:ntc (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/dts/bindings/sensor/
Dntc-thermistor-generic.yaml4 description: Generic NTC thermistor
6 compatible: "ntc-thermistor-generic"
8 include: ntc-thermistor.yaml
Dseeed,grove-temperature.yaml4 description: Grove NTC Temperature Sensor
14 IO channel associated with the NTC voltage
Dntc-thermistor.yaml4 description: Generic NTC Thermistor
12 ADC IO channel connected to this NTC thermistor.
Dmurata,ncp15wb473.yaml8 include: ntc-thermistor.yaml
Depcos,b57861s0103a039.yaml8 include: ntc-thermistor.yaml
Dtdk,ntcg163jf103ft1.yaml8 include: ntc-thermistor.yaml
Dmurata,ncp15xh103.yaml8 include: ntc-thermistor.yaml
Dst,stm32-temp-cal.yaml13 - ntc
Dst,stm32-temp-common.yaml18 ntc:
Daosong,dht.yaml9 DHT11 uses a polymer humidity capacitor with NTC thermistor; the
/Zephyr-latest/drivers/sensor/ntc_thermistor/
DKconfig6 bool "NTC Thermistor"
15 Enable driver for Zephyr NTC Thermistor.
Dntc_thermistor.h35 * @param[in] ohm Read resistance of NTC thermistor
42 * @brief Calculate the resistance read from NTC thermistor.
44 * @param[in] cfg NTC thermistor configuration
Dntc_thermistor.c167 /* ntc-thermistor-generic */
/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py7 Zephyr's NTC Thermistor DTS Table generator
10 This script can be used to generate an NTC thermistor DTS node with a
49 print(f"/* NTC Thermistor Table Generated with {os.path.basename(__file__)} */\n")
65 parser = argparse.ArgumentParser("NTC Thermistor generator", allow_abbrev=False)
/Zephyr-latest/samples/sensor/grove_light/boards/
Dnrf52dk_nrf52832.overlay8 ntc {
/Zephyr-latest/samples/sensor/grove_temperature/boards/
Dnrf52dk_nrf52832.overlay8 ntc {
/Zephyr-latest/dts/arm/st/f0/
Dstm32f030.dtsi21 ntc;
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi58 test_adc_ntc_thermistor_generic: ntc-thermistor-generic {
59 compatible = "ntc-thermistor-generic";
/Zephyr-latest/drivers/sensor/st/stm32_temp/
Dstm32_temp.c137 * - (V25 - Vsense) on STM32F1 series ("ntc") in convert_adc_sample_to_temperature()
170 * - (TS_CAL1 - Sense_Data) on STM32F030/STM32F070 ("ntc") in convert_adc_sample_to_temperature()
329 .is_ntc = DT_INST_PROP_OR(0, ntc, false)
/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c113 /* NTC temp masks */
304 /* Trigger ntc and die temperature measurements */ in npm1300_charger_sample_fetch()
613 /* Trigger ntc and die temperature measurements */ in npm1300_charger_init()
638 /* Disable NTC if configured */ in npm1300_charger_init()
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst25 - TDK NTC Thermistor for Temperature
/Zephyr-latest/dts/arm/st/f1/
Dstm32f1.dtsi371 ntc;
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/
Dindex.rst23 - NTC temperature sensor
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst711 * Various fixes and enhancements in the NTC thermistor and INA23x drivers.
1070 * :dtcompatible:`ntc-thermistor-generic`:
Drelease-notes-3.6.rst617 * Extended NTC thermistor driver to support TDK NTCG103JF103FT1.

12