Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_MAC_CSL_MIN_PERIOD (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/config/
Dmac.h448 #ifndef OPENTHREAD_CONFIG_MAC_CSL_MIN_PERIOD
449 #define OPENTHREAD_CONFIG_MAC_CSL_MIN_PERIOD 10 macro
/openthread-latest/src/core/mac/
Dmac.hpp96 constexpr uint16_t kMinCslIePeriod = OPENTHREAD_CONFIG_MAC_CSL_MIN_PERIOD;
/openthread-latest/src/core/radio/
Dradio.hpp62 static constexpr uint64_t kMinCslPeriod = OPENTHREAD_CONFIG_MAC_CSL_MIN_PERIOD * 1000 / kUsPerTenS…