Home
last modified time | relevance | path

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

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