Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.cpp785 uint8_t NcpBase::GetWrappedResponseQueueIndex(uint8_t aPosition) in GetWrappedResponseQueueIndex() function in ot::Ncp::NcpBase
835 entry = &mResponseQueue[GetWrappedResponseQueueIndex(cur)]; in EnqueueResponse()
850 entry = &mResponseQueue[GetWrappedResponseQueueIndex(mResponseQueueTail)]; in EnqueueResponse()
908 mResponseQueueTail = GetWrappedResponseQueueIndex(mResponseQueueTail); in SendQueuedResponses()
Dncp_base.hpp402 static uint8_t GetWrappedResponseQueueIndex(uint8_t aPosition);