Home
last modified time | relevance | path

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

/openthread-3.7.0/examples/platforms/utils/
Dmac_frame.cpp181 static_cast<Mac::Frame *>(aFrame)->SetCslIe(aCslPeriod, aCslPhase); in otMacFrameSetCslIe()
/openthread-3.7.0/src/core/mac/
Dmac_frame.hpp1006 void SetCslIe(uint16_t aCslPeriod, uint16_t aCslPhase);
Dmac_frame.cpp1203 void Frame::SetCslIe(uint16_t aCslPeriod, uint16_t aCslPhase) in SetCslIe() function in ot::Mac::Frame
/openthread-3.7.0/tests/unit/
Dtest_mac_frame.cpp765 ackFrame.SetCslIe(123, 456); in TestMacFrameAckGeneration()