Home
last modified time | relevance | path

Searched refs:mCmdTidsInUse (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1135 void FreeTid(spinel_tid_t tid) { mCmdTidsInUse &= ~(1 << tid); } in FreeTid()
1223 uint16_t mCmdTidsInUse; ///< Used transaction ids. member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp69 , mCmdTidsInUse(0) in RadioSpinel()
1441 while (((1 << tid) & mCmdTidsInUse) != 0) in GetNextTid()
1454 mCmdTidsInUse |= (1 << tid); in GetNextTid()
2080 mCmdTidsInUse = 0; in RecoverFromRcpFailure()