The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_GPTP_INIT_LOG_SYNC_ITV

Set initial sync interval in Log2 base

Type: int

Help

Defines the interval at which a Sync message will be sent. The value is the converted in nanoseconds as follow: nanoseconds = (10^9) * 2^(value)

Direct dependencies

NET_GPTP && NET_L2_ETHERNET && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/l2/ethernet/gptp/Kconfig:155

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:72subsys/net/l2/ethernet/Kconfig:79

Menu path: (top menu) → Networking → Link layer options → Enable Ethernet support → Enable IEEE 802.1AS (gPTP) support [EXPERIMENTAL]

config NET_GPTP_INIT_LOG_SYNC_ITV
    int
    prompt "Set initial sync interval in Log2 base" if NET_GPTP && NET_L2_ETHERNET && NETWORKING
    default -3 if NET_GPTP && NET_L2_ETHERNET && NETWORKING
    depends on NET_GPTP && NET_L2_ETHERNET && NETWORKING
    help
      Defines the interval at which a Sync message will be sent.
      The value is the converted in nanoseconds as follow:
      nanoseconds = (10^9) * 2^(value)

(Definitions include propagated dependencies, including from if’s and menus.)