zephyr/drivers/sensor/st/stts751
Armando Visconti 89b24bdc85 drivers/sensor: st: fix ASSERT in fetch API
Many drivers use a wrong __ASSERT in the fetch API, where they just
use SENSOR_CHAN_ALL, while it is more common fetching the specific
sensor channel (i.e. SENSOR_CHAN_PRESS, SENSOR_CHAN_ACCEL_XYZ, ...).

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2025-02-10 11:31:06 +01:00
..
CMakeLists.txt
Kconfig
stts751_i2c.c
stts751_trigger.c
stts751.c drivers/sensor: st: fix ASSERT in fetch API 2025-02-10 11:31:06 +01:00
stts751.h