ESP-IDF
ot::Ncp::NcpBase::mResponseQueue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ncp::NcpBase::mResponseQueue
ot::Ncp::NcpBase::mResponseQueue field
Syntax
Show:
Summary
Declaration
from
ncp_base.hpp:691
ResponseEntry
mResponseQueue
[
kResponseQueueSize
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
ResponseEntry
mResponseQueue
[
kResponseQueueSize
]
;
ncp_base.hpp:691
memset
(
&
mResponseQueue
,
0
,
sizeof
(
mResponseQueue
)
)
;
ncp_base.cpp:335
ot::Ncp::NcpBase
ot::Ncp::NcpBase::NcpBase()
entry
=
&
mResponseQueue
[
GetWrappedResponseQueueIndex
(
cur
)
]
;
ncp_base.cpp:829
ot::Ncp::NcpBase
ot::Ncp::NcpBase::EnqueueResponse()
entry
=
&
mResponseQueue
[
GetWrappedResponseQueueIndex
(
mResponseQueueTail
)
]
;
ncp_base.cpp:844
ot::Ncp::NcpBase
ot::Ncp::NcpBase::EnqueueResponse()
ResponseEntry
&
entry
=
mResponseQueue
[
mResponseQueueHead
]
;
ncp_base.cpp:864
ot::Ncp::NcpBase
ot::Ncp::NcpBase::SendQueuedResponses()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ncp::NcpBase::mResponseQueue
is read by 3 functions:
All items filtered out
ot::Ncp::NcpBase::mResponseQueue
ot::Ncp::NcpBase::NcpBase()
ot::Ncp::NcpBase::EnqueueResponse()
ot::Ncp::NcpBase::SendQueuedResponses()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out