-
CONFIG_COUNTER_TIMER2_PRESCALER
¶
Timer prescaler
Type: int
Help¶
Frequency = 16 Mhz / 2^prescaler.
Defaults¶
- 0 if
COUNTER_TIMER2
&&COUNTER
Kconfig definition¶
At drivers/counter/Kconfig.nrfx:56
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/counter/Kconfig:31
Menu path: (top menu) → Device Drivers → Counter Drivers
config COUNTER_TIMER2_PRESCALER int prompt "Timer prescaler" ifCOUNTER_TIMER2
&&COUNTER
range 0 9 ifCOUNTER_TIMER2
&&COUNTER
default 0 ifCOUNTER_TIMER2
&&COUNTER
depends onCOUNTER_TIMER2
&&COUNTER
help Frequency = 16 Mhz / 2^prescaler.
(Definitions include propagated dependencies, including from if’s and menus.)