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