choice: Number of tach edges

Number of tach edges

Type: bool

Help

This value represents the number of Tach edges that will be used to determine the interval for which the number of 100KHz pulses will be counted.

Direct dependencies

TACH_XEC && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/mchp_tach_xec/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:143

Menu path: (Top) → Device Drivers → Sensor Drivers → XEC Tachometer sensor

choice
    bool "Number of tach edges"
    default TACH_XEC_5_TACH_EDGES
    depends on TACH_XEC && SENSOR
    help
      This value represents the number of Tach edges that
      will be used to determine the interval for which the number of
      100KHz pulses will be counted.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)