CONFIG_DM_RANGING_OFFSET_US
Ranging offset
Type: int
Help
"Time between the synchronisation and the ranging.
Increasing this allows for more rangings to different peers but also increases latency."
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
1200000
Kconfig definition
At <nRF>/subsys/dm/Kconfig:74
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:54
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF DM (Distance Measurement)
config DM_RANGING_OFFSET_US
int "Ranging offset"
default 1200000
depends on NRF_DM
help
"Time between the synchronisation and the ranging.
Increasing this allows for more rangings to different peers but also increases latency."
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)