-
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT
¶
Additional channels that can be used
Type: int
Help¶
Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/timer/Kconfig:136
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:28
Menu path: (Top) → Device Drivers → Timer Drivers → nRF Real Time Counter (NRF_RTC1) Timer
config NRF_RTC_TIMER_USER_CHAN_COUNT
int "Additional channels that can be used"
default 0
depends on NRF_RTC_TIMER
help
Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)