:orphan: .. title:: NRF_RTC_TIMER_USER_CHAN_COUNT .. option:: CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT *Additional channels that can be used* Type: ``int`` Help ==== .. code-block:: none Use nrf_rtc_timer.h API. Driver is not managing allocation of channels. Direct dependencies =================== \ :option:`NRF_RTC_TIMER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/timer/Kconfig:166`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers → nRF Real Time Counter (NRF_RTC1) Timer .. code-block:: kconfig 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.)*