CONFIG_NRF53_SYNC_RTC_IPM_OUT

IPM channel from APP to NET

Type: int

Direct dependencies

NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

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

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 NRF53_SYNC_RTC_IPM_OUT
    int "IPM channel from APP to NET"
    range 0 15
    default 7 if SOC_NRF5340_CPUAPP
    default 8
    depends on NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)