ESP-IDF
ot::gInstanceRaw
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::gInstanceRaw
ot::gInstanceRaw variable
Syntax
Show:
Summary
Declaration
Definition
from
locator.hpp:48
extern
uint64_t
gInstanceRaw
[
]
;
Implemented in
instance.cpp:46
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_DEFINE_ALIGNED_VAR
(
gInstanceRaw
,
sizeof
(
Instance
)
,
uint64_t
)
;
instance.cpp:46
extern
uint64_t
gInstanceRaw
[
]
;
locator.hpp:48
void
*
instance
=
&
gInstanceRaw
;
instance.cpp:311
ot::Instance
ot::Instance::Get()
Instance
&
GetInstance
(
void
)
const
{
return
*
reinterpret_cast
<
Instance
*
>
(
&
gInstanceRaw
)
;
}
locator.hpp:113
ot::InstanceLocator
ot::InstanceLocator::GetInstance() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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