:orphan: .. title:: COUNTER_RTC_WITH_PPI_WRAP .. option:: CONFIG_COUNTER_RTC_WITH_PPI_WRAP *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - (n && \ :option:`COUNTER_RTC0 `) || (n && \ :option:`COUNTER_RTC1 `) || (n && \ :option:`COUNTER_RTC2 `) Symbols selected by this symbol =============================== - \ :option:`NRFX_PPI ` if \ :option:`HAS_HW_NRF_PPI ` - \ :option:`NRFX_DPPI ` if \ :option:`HAS_HW_NRF_DPPIC ` Kconfig definition ================== At ``/counter/Kconfig.nrfx:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:25`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_RTC_WITH_PPI_WRAP bool default (n && COUNTER_RTC0) || (n && COUNTER_RTC1) || (n && COUNTER_RTC2) select NRFX_PPI if HAS_HW_NRF_PPI select NRFX_DPPI if HAS_HW_NRF_DPPIC depends on COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*