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.

Direct dependencies

(NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF) || NRF_RTC_TIMER

(Includes any dependencies from ifs and menus.)

Defaults

  • 1

  • 0

Kconfig definitions

At <SoC>/arm/nordic_nrf/nrf53/Kconfig.soc:243

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:18<SoC>/arm/nordic_nrf/Kconfig:17

Menu path: (Top) → Hardware Configuration → Enable RTC clock synchronization

config NRF_RTC_TIMER_USER_CHAN_COUNT
    int
    default 1
    depends on NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

At <Driver>/timer/Kconfig.nrf_rtc:19

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:30<Driver>/timer/Kconfig:76

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.)