Home
last modified time | relevance | path

Searched refs:otLinkCslGetPeriod (Results 1 – 4 of 4) sorted by relevance

/external/openthread/include/openthread/
Dlink.h1057 uint16_t otLinkCslGetPeriod(otInstance *aInstance);
/external/openthread/src/core/api/
Dlink_api.cpp429 uint16_t otLinkCslGetPeriod(otInstance *aInstance) in otLinkCslGetPeriod() function
/external/openthread/src/cli/
Dcli.cpp1609 OutputLine("Period: %u(in units of 10 symbols), %ums", otLinkCslGetPeriod(GetInstancePtr()), in Process()
1610 otLinkCslGetPeriod(GetInstancePtr()) * kUsPerTenSymbols / 1000); in Process()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp279 return mEncoder.WriteUint16(otLinkCslGetPeriod(mInstance)); in HandlePropertyGet()