The latest development version of this page may be more current than this released 1.14.1 version.
choice: Output data rate frequency

Output data rate frequency

Type: bool

Help

Initial data rate frequency of acceleration data at initialization. Supported values: 1Hz, 10Hz, 25Hz, 50Hz, 100Hz, 200Hz, 400Hz in all power modes 1620Hz, 5376Hz in low power mode only 1344Hz in normal power mode

Direct dependencies

LIS2DH && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:92

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:72

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

choice
    bool
    prompt "Output data rate frequency" if LIS2DH && SENSOR
    default LIS2DH_ODR_RUNTIME if LIS2DH && SENSOR
    depends on LIS2DH && SENSOR
    help
      Initial data rate frequency of acceleration data at initialization.
      Supported values:
      1Hz, 10Hz, 25Hz, 50Hz, 100Hz, 200Hz, 400Hz in all power modes
      1620Hz, 5376Hz in low power mode only
      1344Hz in normal power mode

(Definitions include propagated dependencies, including from if’s and menus.)