Searched full:ntc (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/dts/bindings/sensor/ |
D | ntc-thermistor-generic.yaml | 4 description: Generic NTC thermistor 6 compatible: "ntc-thermistor-generic" 8 include: ntc-thermistor.yaml
|
D | seeed,grove-temperature.yaml | 4 description: Grove NTC Temperature Sensor 14 IO channel associated with the NTC voltage
|
D | ntc-thermistor.yaml | 4 description: Generic NTC Thermistor 12 ADC IO channel connected to this NTC thermistor.
|
D | murata,ncp15wb473.yaml | 8 include: ntc-thermistor.yaml
|
D | epcos,b57861s0103a039.yaml | 8 include: ntc-thermistor.yaml
|
D | tdk,ntcg163jf103ft1.yaml | 8 include: ntc-thermistor.yaml
|
D | murata,ncp15xh103.yaml | 8 include: ntc-thermistor.yaml
|
D | st,stm32-temp-cal.yaml | 13 - ntc
|
D | st,stm32-temp-common.yaml | 18 ntc:
|
D | aosong,dht.yaml | 9 DHT11 uses a polymer humidity capacitor with NTC thermistor; the
|
/Zephyr-latest/drivers/sensor/ntc_thermistor/ |
D | Kconfig | 6 bool "NTC Thermistor" 15 Enable driver for Zephyr NTC Thermistor.
|
D | ntc_thermistor.h | 35 * @param[in] ohm Read resistance of NTC thermistor 42 * @brief Calculate the resistance read from NTC thermistor. 44 * @param[in] cfg NTC thermistor configuration
|
D | ntc_thermistor.c | 167 /* ntc-thermistor-generic */
|
/Zephyr-latest/scripts/utils/ |
D | ntc_thermistor_table.py | 7 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/ |
D | nrf52dk_nrf52832.overlay | 8 ntc {
|
/Zephyr-latest/samples/sensor/grove_temperature/boards/ |
D | nrf52dk_nrf52832.overlay | 8 ntc {
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f030.dtsi | 21 ntc;
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 58 test_adc_ntc_thermistor_generic: ntc-thermistor-generic { 59 compatible = "ntc-thermistor-generic";
|
/Zephyr-latest/drivers/sensor/st/stm32_temp/ |
D | stm32_temp.c | 137 * - (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/ |
D | npm1300_charger.c | 113 /* 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/ |
D | index.rst | 25 - TDK NTC Thermistor for Temperature
|
/Zephyr-latest/dts/arm/st/f1/ |
D | stm32f1.dtsi | 371 ntc;
|
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/ |
D | index.rst | 23 - NTC temperature sensor
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 711 * Various fixes and enhancements in the NTC thermistor and INA23x drivers. 1070 * :dtcompatible:`ntc-thermistor-generic`:
|
D | release-notes-3.6.rst | 617 * Extended NTC thermistor driver to support TDK NTCG103JF103FT1.
|
12