:orphan: .. title:: CONFIG_ADXL372_MEASUREMENT_MODE .. kconfig:: CONFIG_ADXL372_MEASUREMENT_MODE CONFIG_ADXL372_MEASUREMENT_MODE ############################### *Measurement Mode* Type: ``bool`` Help ==== .. code-block:: none In this mode, acceleration data is provided continuously at the output data rate (ODR). Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/sensor/adxl372/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer → Operating mode .. code-block:: kconfig config ADXL372_MEASUREMENT_MODE bool "Measurement Mode" depends on help In this mode, acceleration data is provided continuously at the output data rate (ODR). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*