:orphan: .. title:: choice: Output data rate frequency .. _choice_257: .. describe:: 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 =================== \ :option:`LIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LIS2DH_ODR_RUNTIME ` Choice options ============== - \ :option:`LIS2DH_ODR_RUNTIME ` - \ :option:`LIS2DH_ODR_1 ` - \ :option:`LIS2DH_ODR_2 ` - \ :option:`LIS2DH_ODR_3 ` - \ :option:`LIS2DH_ODR_4 ` - \ :option:`LIS2DH_ODR_5 ` - \ :option:`LIS2DH_ODR_6 ` - \ :option:`LIS2DH_ODR_7 ` - \ :option:`LIS2DH_ODR_8 ` - \ :option:`LIS2DH_ODR_9_NORMAL ` - \ :option:`LIS2DH_ODR_9_LOW ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dh/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer .. parsed-literal:: choice bool "Output data rate frequency" default \ :option:`LIS2DH_ODR_RUNTIME ` depends on \ :option:`LIS2DH ` && \ :option:`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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*