:orphan: .. title:: COUNTER_TIMER1_PRESCALER .. option:: CONFIG_COUNTER_TIMER1_PRESCALER *Timer prescaler* Type: ``int`` Help ==== Frequency = 16 Mhz / 2^prescaler. Direct dependencies =================== \ :option:`COUNTER_TIMER1 ` && \ :option:`COUNTER ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 0 if \ :option:`COUNTER_TIMER1 ` && \ :option:`COUNTER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.nrfx:39`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:66`` → ``drivers/counter/Kconfig:31`` Menu path: (top menu) → Device Drivers → Counter Drivers → Enable Counter on TIMER1 .. parsed-literal:: config COUNTER_TIMER1_PRESCALER int prompt "Timer prescaler" if \ :option:`COUNTER_TIMER1 ` && \ :option:`COUNTER ` range 0 9 if \ :option:`COUNTER_TIMER1 ` && \ :option:`COUNTER ` default 0 if \ :option:`COUNTER_TIMER1 ` && \ :option:`COUNTER ` depends on \ :option:`COUNTER_TIMER1 ` && \ :option:`COUNTER ` help Frequency = 16 Mhz / 2^prescaler. *(Definitions include propagated dependencies, including from if's and menus.)*