:orphan: .. title:: choice: Number of tach edges .. _choice_410: .. describe:: choice: Number of tach edges *Number of tach edges* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`TACH_XEC ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`TACH_XEC_5_TACH_EDGES ` Choice options ============== - \ :kconfig:`TACH_XEC_9_TACH_EDGES ` - \ :kconfig:`TACH_XEC_5_TACH_EDGES ` - \ :kconfig:`TACH_XEC_3_TACH_EDGES ` - \ :kconfig:`TACH_XEC_2_TACH_EDGES ` Kconfig definition ================== At ``/sensor/mchp_tach_xec/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:165`` Menu path: (Top) → Device Drivers → Sensor Drivers → XEC Tachometer sensor .. code-block:: kconfig 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.)*