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