Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base.cpp689 uint8_t NcpBase::GetWrappedResponseQueueIndex(uint8_t aPosition) in GetWrappedResponseQueueIndex() function in ot::Ncp::NcpBase
738 entry = &mResponseQueue[GetWrappedResponseQueueIndex(cur)]; in EnqueueResponse()
753 entry = &mResponseQueue[GetWrappedResponseQueueIndex(mResponseQueueTail)]; in EnqueueResponse()
810 mResponseQueueTail = GetWrappedResponseQueueIndex(mResponseQueueTail); in SendQueuedResponses()
Dncp_base.hpp230 static uint8_t GetWrappedResponseQueueIndex(uint8_t aPosition);