Home
last modified time | relevance | path

Searched refs:GetCslWindowEdges (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/mac/
Dsub_mac.hpp541 void GetCslWindowEdges(uint32_t &ahead, uint32_t &after);
Dsub_mac.cpp1001 GetCslWindowEdges(timeAhead, timeAfter); in HandleCslTimer()
1057 void SubMac::GetCslWindowEdges(uint32_t &ahead, uint32_t &after) in GetCslWindowEdges() function in ot::Mac::SubMac