Lines Matching +full:power +full:- +full:up
2 # SPDX-License-Identifier: Apache-2.0
6 When setting the sampling-rate property in a .dts or .dtsi file you
10 #include <zephyr/dt-bindings/sensor/stts22h.h>
15 sampling-rate = <STTS22H_100Hz>;
20 include: [sensor-device.yaml, i2c-device.yaml]
23 int-gpios:
24 type: phandle-array
31 temperature-hi-threshold:
37 the configuration at power-up. This threshold must be calculated
39 temperature-hi-threshold = 63 + T/0.64 C.
42 temperature-lo-threshold:
48 the configuration at power-up. This threshold must be calculated
50 temperature-lo-threshold = 63 + T/0.64 C.
52 sampling-rate:
58 module. Default 0x0 (power down) matches the power-up configuration.
60 - 0x00 # STTS22H_POWER_DOWN
61 - 0x01 # STTS22H_ONE_SHOT
62 - 0x04 # STTS22H_1Hz
63 - 0x02 # STTS22H_25Hz
64 - 0x12 # STTS22H_50Hz
65 - 0x22 # STTS22H_100Hz
66 - 0x32 # STTS22H_200Hz