Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp206 void otMacFrameSetCslIe(otRadioFrame *aFrame, uint16_t aCslPeriod, uint16_t aCslPhase) in otMacFrameSetCslIe()
/openthread-latest/src/core/radio/
Dradio.hpp983 inline Error Radio::EnableCsl(uint32_t aCslPeriod, otShortAddress aShortAddr, const otExtAddress *a… in EnableCsl()
/openthread-latest/src/core/mac/
Dmac_frame.cpp1184 void Frame::SetCslIe(uint16_t aCslPeriod, uint16_t aCslPhase) in SetCslIe()
/openthread-latest/examples/platforms/simulation/
Dradio.c1106 uint32_t aCslPeriod, in otPlatRadioEnableCsl()