:orphan: .. title:: IIS2DH_POWER_MODE .. option:: CONFIG_IIS2DH_POWER_MODE *Sensor Power Modes* Type: ``int`` Help ==== Specify the sensor power mode 0: High Resolution mode 1: Normal mode 2: Low Power mode Direct dependencies =================== \ :option:`IIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/iis2dh/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:97`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DH I2C/SPI accelerometer sensor driver .. parsed-literal:: config IIS2DH_POWER_MODE int "Sensor Power Modes" range 0 2 default 0 depends on \ :option:`IIS2DH ` && \ :option:`SENSOR ` help Specify the sensor power mode 0: High Resolution mode 1: Normal mode 2: Low Power mode *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*