:orphan: .. title:: LIS2DW12_POWER_MODE .. option:: CONFIG_LIS2DW12_POWER_MODE *Sensor Power Modes* Type: ``int`` 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 Direct dependencies =================== \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dw12/Kconfig:215`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:115`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DW12 I2C/SPI accelerometer sensor driver .. parsed-literal:: config LIS2DW12_POWER_MODE int "Sensor Power Modes" range 0 4 default 0 depends on \ :option:`LIS2DW12 ` && \ :option:`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.)*