Home
last modified time | relevance | path

Searched defs:aShortAddr (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
Dmac_links.hpp474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
/openthread-latest/src/core/radio/
Dradio.hpp983 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl()
1095 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()
/openthread-latest/examples/platforms/simulation/
Dradio.c1107 otShortAddress aShortAddr, in otPlatRadioEnableCsl()