-
CONFIG_COUNTER_RTC_WITH_PPI_WRAP
¶
(No prompt – not directly user assignable.)
Type: bool
Direct dependencies¶
((n && COUNTER_RTC0
) || (n && COUNTER_RTC1
) || (n && COUNTER_RTC2
)) && COUNTER
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/counter/Kconfig.nrfx:58
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:58
→ drivers/counter/Kconfig:25
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_RTC_WITH_PPI_WRAP bool default y selectNRFX_PPI
ifHAS_HW_NRF_PPI
selectNRFX_DPPI
ifHAS_HW_NRF_DPPIC
depends on ((n &&COUNTER_RTC0
) || (n &&COUNTER_RTC1
) || (n &&COUNTER_RTC2
)) &&COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)