:orphan: .. title:: LIS2DW12_POWER_MODE .. option:: CONFIG_LIS2DW12_POWER_MODE *Sensor Power Modes* Type: ``int`` Help ==== .. code-block:: none Specify the sensor power mode 0: Low Power M1 1: Low Power M2 2: Low Power M3 3: Low Power M4 4: High Performance Direct dependencies =================== \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/lis2dw12/Kconfig:215`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:121`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DW12 I2C/SPI accelerometer sensor driver .. code-block:: kconfig config LIS2DW12_POWER_MODE int "Sensor Power Modes" range 0 4 default 0 depends on LIS2DW12 && SENSOR help Specify the sensor power mode 0: Low Power M1 1: Low Power M2 2: Low Power M3 3: Low Power M4 4: High Performance *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*