Home
last modified time | relevance | path

Searched refs:ahead (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp265 uint32_t sampleTime, ahead, after; in LogReceived() local
278 GetCslWindowEdges(ahead, after); in LogReceived()
279 ahead -= kMinReceiveOnAhead + kCslReceiveTimeAhead; in LogReceived()
291 …Append("Expected sample time %lu, margin ±%lu, deviation %ld", ToUlong(sampleTime), ToUlong(ahead), in LogReceived()
298 if ((deviation + ahead > 0) && (deviation < static_cast<int32_t>(ahead))) in LogReceived()
/openthread-latest/etc/cmake/
Doptions.cmake207 …TER OPENTHREAD_CONFIG_DYNAMIC_STORE_FRAME_AHEAD_COUNTER_ENABLE "dynamic store frame ahead counter")
337 …CSL_REQUEST_AHEAD_US OPENTHREAD_CONFIG_MAC_CSL_REQUEST_AHEAD_US "set time ahead to deliver CSL fra…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md158 * Follow the state of the secure element for key creation, but always go ahead with key destruction…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md804 * Parsing a key in a format with metadata without knowing its type ahead of time.