Searched refs:aExtAddr (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/mac/ |
D | mac_links.hpp | 474 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument 481 OT_UNUSED_VARIABLE(aExtAddr); in UpdateCsl() 483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
|
D | sub_mac_csl_receiver.cpp | 110 …ateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in UpdateCsl() argument 123 IgnoreError(Get<Radio>().EnableCsl(aPeriod, aShortAddr, aExtAddr)); in UpdateCsl()
|
D | sub_mac.hpp | 389 …teCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *aExtAddr);
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 543 Error EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr); 983 …rror Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *aExtAddr) in EnableCsl() argument 985 return otPlatRadioEnableCsl(GetInstancePtr(), aCslPeriod, aShortAddr, aExtAddr); in EnableCsl()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 276 void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr) in otPlatRadioSetExtendedAddress() argument 279 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioSetExtendedAddress()
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 1168 const otExtAddress *aExtAddr);
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1108 const otExtAddress *aExtAddr) in otPlatRadioEnableCsl() argument 1112 OT_UNUSED_VARIABLE(aExtAddr); in otPlatRadioEnableCsl()
|