Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac.hpp760 void SetPending(Operation aOperation) { mPendingOperations |= (1U << aOperation); } in SetPending() function in ot::Mac::Mac
Dmac.cpp590 SetPending(aOperation); in StartOperation()