Home
last modified time | relevance | path

Searched refs:mTrel (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_links.hpp300 mTrel.SetPanId(aPanId); in SetPanId()
390 mTrel.HandleExtAddressChange(); in SetExtAddress()
432 mTrel.Enable(); in Enable()
445 mTrel.Disable(); in Disable()
458 mTrel.Sleep(); in Sleep()
500 mTrel.Sleep(); in CslSample()
537 mTrel.Receive(aChannel); in Receive()
561 mTrel.Send(); in Send()
699 Trel::Link mTrel; member in ot::Mac::Links
Dmac_links.cpp125 , mTrel(aInstance) in Links()
164 mTrel.Send(); in Send()
/openthread-latest/src/core/instance/
Dinstance.hpp816 template <> inline Trel::Link &Instance::Get(void) { return mMac.mLinks.mTrel; } in Get()
818 template <> inline Trel::Interface &Instance::Get(void) { return mMac.mLinks.mTrel.mInterface; } in Get()