CONFIG_SYNC_RTC_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <Subsystem>/logging/Kconfig.template.log_config:25

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

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

config SYNC_RTC_LOG_LEVEL
    int
    default 0 if SYNC_RTC_LOG_LEVEL_OFF
    default 1 if SYNC_RTC_LOG_LEVEL_ERR
    default 2 if SYNC_RTC_LOG_LEVEL_WRN
    default 3 if SYNC_RTC_LOG_LEVEL_INF
    default 4 if SYNC_RTC_LOG_LEVEL_DBG
    depends on LOG && NRF53_SYNC_RTC && SOC_SERIES_NRF53X && SOC_FAMILY_NRF

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