-
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:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:53
→ <nRF>/drivers/Kconfig:12
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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 1 ETH_POLL_PERIOD_MS
default 5
depends on ETH_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.)