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

CONFIG_ETH_ENC424J600_RX_THREAD_PRIO

Priority for internal incoming packet handler

Type: int

Help

Priority level for internal thread which is ran for incoming
packet processing.

Direct dependencies

ETH_ENC424J600 && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At drivers/ethernet/Kconfig.enc424j600:22

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:20drivers/ethernet/Kconfig:48

Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC424J600C Ethernet Controller

config ETH_ENC424J600_RX_THREAD_PRIO
    int "Priority for internal incoming packet handler"
    default 2
    depends on ETH_ENC424J600 && NET_L2_ETHERNET
    help
      Priority level for internal thread which is ran for incoming
      packet processing.

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