CONFIG_ETH_SAM_GMAC_MONITOR_PERIOD

Monitor task execution period

Type: int

Help

Monitor task execution period in milliseconds. The monitor task is periodically executed to detect and report any changes in the PHY link status to the operating system.

Direct dependencies

ETH_SAM_GMAC && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

  • 1000

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig.sam_gmac:71

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:51

Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver

config ETH_SAM_GMAC_MONITOR_PERIOD
    int "Monitor task execution period"
    default 1000
    depends on ETH_SAM_GMAC && NET_L2_ETHERNET
    help
      Monitor task execution period in milliseconds. The monitor task is
      periodically executed to detect and report any changes in the PHY
      link status to the operating system.

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