-
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^(16 + value)
Direct dependencies¶
NET_GPTP
&& NET_L2_ETHERNET
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- -3 if
NET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
Kconfig definition¶
At subsys/net/l2/ethernet/gptp/Kconfig:70
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:89
→ subsys/net/l2/Kconfig:73
→ subsys/net/l2/ethernet/Kconfig:65
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" ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
default -3 ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_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^(16 + value)
(Definitions include propagated dependencies, including from if’s and menus.)