:orphan: .. title:: choice: Accelerometer sampling frequency. .. _choice_189: .. describe:: choice: Accelerometer sampling frequency. *Accelerometer sampling frequency.* Type: ``bool`` Direct dependencies =================== \ :option:`ADXL362 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ADXL362_ACCEL_ODR_RUNTIME ` Choice options ============== - \ :option:`ADXL362_ACCEL_ODR_RUNTIME ` - \ :option:`ADXL362_ACCEL_ODR_12_5 ` - \ :option:`ADXL362_ACCEL_ODR_25 ` - \ :option:`ADXL362_ACCEL_ODR_50 ` - \ :option:`ADXL362_ACCEL_ODR_100 ` - \ :option:`ADXL362_ACCEL_ODR_200 ` - \ :option:`ADXL362_ACCEL_ODR_400 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adxl362/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:45`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL362 sensor .. parsed-literal:: choice bool "Accelerometer sampling frequency." default \ :option:`ADXL362_ACCEL_ODR_RUNTIME ` depends on \ :option:`ADXL362 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*