CONFIG_DM_REFLECTOR_RANGING_WINDOW_US

Reflector ranging window

Type: int

Help

"Time for ranging required by reflector role."

Direct dependencies

NRF_DM

(Includes any dependencies from ifs and menus.)

Default

  • 23000

Kconfig definition

At <nRF>/subsys/dm/Kconfig:61

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_REFLECTOR_RANGING_WINDOW_US
    int "Reflector ranging window"
    default 23000
    depends on NRF_DM
    help
      "Time for ranging required by reflector role."

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