Searched refs:aShortAddr (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/mac/ |
D | sub_mac_csl_receiver.cpp | 110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl() argument 114 bool diffPeer = aShortAddr != mCslPeerShort; in UpdateCsl() 122 mCslPeerShort = aShortAddr; in UpdateCsl() 123 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()
|
D | mac_links.hpp | 474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl() argument 480 OT_UNUSED_VARIABLE(aShortAddr); in UpdateCsl() 483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
|
D | sub_mac.hpp | 389 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *…
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 543 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr); 983 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl() argument 985 return otPlatRadioEnableCsl(GetInstancePtr(), aCslPeriod, aShortAddr, aExtAddr); in EnableCsl() 1095 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl() argument
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 1167 otShortAddress aShortAddr,
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1107 otShortAddress aShortAddr, in otPlatRadioEnableCsl() argument 1111 OT_UNUSED_VARIABLE(aShortAddr); in otPlatRadioEnableCsl()
|