CONFIG_OPENTHREAD_PLATFORM_CSL_UNCERT

CSL clock uncertainty

Type: int

Help

The Uncertainty of the scheduling CSL of transmission by the parent, in ±10 us units.

Direct dependencies

NET_L2_OPENTHREAD && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 255

Kconfig definition

At <Subsystem>/net/l2/openthread/Kconfig.thread:103

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:81<Subsystem>/net/l2/Kconfig:82<Subsystem>/net/l2/openthread/Kconfig:64

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Thread Network configuration

config OPENTHREAD_PLATFORM_CSL_UNCERT
    int "CSL clock uncertainty"
    default 255
    depends on NET_L2_OPENTHREAD && NETWORKING
    help
      The Uncertainty of the scheduling CSL of transmission by the parent, in ±10 us units.

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