CONFIG_DM_MIN_TIME_BETWEEN_TIMESLOTS_US
Minimum time between two timeslots
Type: int
Help
"Minimum time between two timeslots.
This should account for processing of the ranging data after the timeslot."
Default
8000
Kconfig definition
At <nRF>/subsys/dm/Kconfig:67
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_MIN_TIME_BETWEEN_TIMESLOTS_US
int "Minimum time between two timeslots"
default 8000
depends on NRF_DM
help
"Minimum time between two timeslots.
This should account for processing of the ranging data after the timeslot."
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)