Searched refs:aExtAddr (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/src/core/mac/ |
D | mac_links.hpp | 473 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument 480 OT_UNUSED_VARIABLE(aExtAddr); in UpdateCsl() 482 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
|
D | sub_mac.hpp | 407 …teCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
|
D | sub_mac.cpp | 1114 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument 1127 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()
|
/openthread-3.5.0/src/core/radio/ |
D | radio.hpp | 531 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr); 860 …rror Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in EnableCsl() argument 862 return otPlatRadioEnableCsl(GetInstancePtr(), aCslPeriod, aShortAddr, aExtAddr); in EnableCsl()
|
/openthread-3.5.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 245 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr) in otPlatRadioSetExtendedAddress() argument 248 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioSetExtendedAddress()
|
/openthread-3.5.0/include/openthread/platform/ |
D | radio.h | 1110 const otExtAddress *aExtAddr);
|
/openthread-3.5.0/examples/platforms/simulation/ |
D | radio.c | 1328 const otExtAddress *aExtAddr) in otPlatRadioEnableCsl() argument 1332 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioEnableCsl()
|