:orphan: .. title:: choice: Number of tach edges .. _choice_275: .. describe:: 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 =================== \ :option:`TACH_XEC ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TACH_XEC_5_TACH_EDGES ` Choice options ============== - \ :option:`TACH_XEC_9_TACH_EDGES ` - \ :option:`TACH_XEC_5_TACH_EDGES ` - \ :option:`TACH_XEC_3_TACH_EDGES ` - \ :option:`TACH_XEC_2_TACH_EDGES ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/mchp_tach_xec/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:145`` Menu path: (Top) → Device Drivers → Sensor Drivers → XEC Tachometer sensor .. parsed-literal:: choice bool "Number of tach edges" default \ :option:`TACH_XEC_5_TACH_EDGES ` depends on \ :option:`TACH_XEC ` && \ :option:`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.)*