Home
last modified time | relevance | path

Searched refs:SPINEL_MULTIPAN_INTERFACE_ID_MASK (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base_radio.cpp433 instance = IidToInstance(interface & SPINEL_MULTIPAN_INTERFACE_ID_MASK); in HandlePropertySet()
/openthread-latest/src/lib/spinel/
Dspinel.h5000 #define SPINEL_MULTIPAN_INTERFACE_ID_MASK 0x03 macro
Dradio_spinel.cpp2296 VerifyOrExit(aIid == (aIid & SPINEL_MULTIPAN_INTERFACE_ID_MASK), error = OT_ERROR_INVALID_ARGS); in SetMultipanActiveInterface()