Home
last modified time | relevance | path

Searched defs:SetPeriod (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dannounce_sender.hpp127 void SetPeriod(uint32_t aPeriod) { mPeriod = aPeriod; } in SetPeriod() function in ot::AnnounceSenderBase
/openthread-3.4.0/src/core/mac/
Dmac_frame.hpp1736 void SetPeriod(uint16_t aPeriod) { mPeriod = HostSwap16(aPeriod); } in SetPeriod() function in ot::Mac::CslIe