-
CONFIG_NET_GPTP_INIT_LOG_ANNOUNCE_ITV
¶
Set initial announce interval in Log2 base
Type: int
Help¶
Defines the interval at which an Announce 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¶
- 0 if
NET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
Kconfig definition¶
At subsys/net/l2/ethernet/gptp/Kconfig:163
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:80
→ subsys/net/l2/Kconfig:72
→ subsys/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_ANNOUNCE_ITV int prompt "Set initial announce interval in Log2 base" ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
default 0 ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
help Defines the interval at which an Announce 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.)