:orphan: .. title:: CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT .. kconfig:: CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT 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 =================== (\ :kconfig:`NRF53_SYNC_RTC ` && \ :kconfig:`SOC_SERIES_NRF53X ` && \ :kconfig:`SOC_FAMILY_NRF `) || \ :kconfig:`NRF_RTC_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 0 Kconfig definitions =================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:243`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration → Enable RTC clock synchronization .. code-block:: kconfig config NRF_RTC_TIMER_USER_CHAN_COUNT int default 1 depends on NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF ---- At ``/timer/Kconfig.nrf_rtc:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:76`` 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.)*