-
CONFIG_ETH_POLL_ACTIVE_PERIOD_MS
¶
Receive polling period when transfer is running (ms)
Type: int
Help¶
This option sets time in milliseconds between two consecutive RTT read attempts when input transfer is running. When transfer stopped some time ago driver will use ETH_POLL_PERIOD_MS again.
Default¶
5
Kconfig definition¶
At <nRF>/drivers/net/Kconfig:88
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:27
→ <nRF>/drivers/Kconfig:11
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → Ethernet over RTT driver
config ETH_POLL_ACTIVE_PERIOD_MS int "Receive polling period when transfer is running (ms)" range 1ETH_POLL_PERIOD_MS
default 5 depends onETH_RTT
&&HAS_SEGGER_RTT
help This option sets time in milliseconds between two consecutive RTT read attempts when input transfer is running. When transfer stopped some time ago driver will use ETH_POLL_PERIOD_MS again.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)