:orphan: .. title:: CONFIG_NRF53_SYNC_RTC_IPM_IN .. kconfig:: CONFIG_NRF53_SYNC_RTC_IPM_IN CONFIG_NRF53_SYNC_RTC_IPM_IN ############################ *IPM channel from APP to NET* Type: ``int`` Direct dependencies =================== \ :kconfig:`NRF53_SYNC_RTC ` && \ :kconfig:`SOC_SERIES_NRF53X ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 8 if \ :kconfig:`SOC_NRF5340_CPUAPP ` - 7 Kconfig definition ================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:256`` 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 NRF53_SYNC_RTC_IPM_IN int "IPM channel from APP to NET" range 0 15 default 8 if SOC_NRF5340_CPUAPP default 7 depends on NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*