Searched defs:SetPeriod (Results 1 – 2 of 2) sorted by relevance
/openthread-3.4.0/src/core/thread/ | ||
D | announce_sender.hpp | 127 void SetPeriod(uint32_t aPeriod) { mPeriod = aPeriod; } in SetPeriod() function in ot::AnnounceSenderBase |
/openthread-3.4.0/src/core/mac/ | ||
D | mac_frame.hpp | 1736 void SetPeriod(uint16_t aPeriod) { mPeriod = HostSwap16(aPeriod); } in SetPeriod() function in ot::Mac::CslIe |