zephyr/drivers/sensor/ntc_thermistor
Tom Deconinck e25147647c drivers: sensor: ntc-thermistor-generic: add missing mutex
The ntc-thermistor-generic is not thread safe when calling
sensor_channel_get() due to the mutex not being used in
ntc_thermistor_channel_get() when the sampled data is accessed.
Add the thermistor_data mutex around the data access to fix.

Signed-off-by: Tom Deconinck <t.deconinck@gmail.com>
2025-06-05 12:33:39 +02:00
..
CMakeLists.txt
Kconfig
ntc_thermistor_calc.c drivers: sensor: ntc_thermistor: adds support for VDD based ADC reference 2024-10-22 13:56:54 +02:00
ntc_thermistor.c drivers: sensor: ntc-thermistor-generic: add missing mutex 2025-06-05 12:33:39 +02:00
ntc_thermistor.h drivers: sensor: ntc_thermistor: adds support for VDD based ADC reference 2024-10-22 13:56:54 +02:00