Home
last modified time | relevance | path

Searched refs:CSL (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/ieee802154/
DKconfig84 bool "Support for CSL Endpoint"
86 Make this device a CSL (coordinated sampled listening) endpoint with delayed
87 reception handling and CSL IE injection.
90 bool "Support for CSL debugging"
93 Enable support for CSL debugging by avoiding sleep state in favor of receive state.
/Zephyr-latest/modules/openthread/
DKconfig.thread81 bool "CSL autosync"
85 int "CSL transmitter request time ahead"
88 Defines how many microseconds ahead should MAC deliver a CSL frame to the sub-MAC layer.
91 int "CSL receiver wake up margin in microseconds"
107 int "CSL uncertainty"
111 The fixed uncertainty of the Device for scheduling CSL Transmissions in units of 10 microseconds.
114 int "CSL timeout in seconds"
117 The default CSL timeout in seconds.
DKconfig.features78 bool "Channel manager for CSL channel"
104 bool "CSL debugging"
107 bool "CSL Receiver support"
109 Enable CSL Receiver support for Thread 1.2
112 bool "Use local time for CSL synchronization"
115 since last CSL synchronization. This reduces the usage of radio API
DCMakeLists.txt54 …ion(CONFIG_OPENTHREAD_CHANNEL_MANAGER_CSL OT_CHANNEL_MANAGER_CSL "Channel manager for CSL channel")
62 kconfig_to_ot_option(CONFIG_OPENTHREAD_CSL_DEBUG OT_CSL_DEBUG "Enable CSL debug")
63 kconfig_to_ot_option(CONFIG_OPENTHREAD_CSL_RECEIVER OT_CSL_RECEIVER "Enable CSL receiver feature fo…
64 …NTHREAD_CSL_RECEIVER_LOCAL_TIME_SYNC OT_CSL_RECEIVER_LOCAL_TIME_SYNC "Use local time for CSL sync")
/Zephyr-latest/subsys/net/ip/
DKconfig960 CSL and TSCH.
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst749 * Enabled CSL delayed transmissions.
750 * Added CSL transmitter and receiver API support.
Drelease-notes-2.5.rst677 * Enabled CSL and TREL config options.
Drelease-notes-2.7.rst688 * Added possibility to disable CSL sampling, when used.