ESP-IDF
ot::SettingsDriver::GetInstancePtr() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::SettingsDriver::GetInstancePtr() const
ot::SettingsDriver::GetInstancePtr() const method
Syntax
Show:
Summary
Declaration
from
settings_driver.hpp:225
otInstance
*
GetInstancePtr
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otInstance
*
GetInstancePtr
(
void
)
const
{
return
reinterpret_cast
<
otInstance
*
>
(
&
InstanceLocator
::
GetInstance
(
)
)
;
}
settings_driver.hpp:225
otPlatSettingsInit
(
GetInstancePtr
(
)
,
aSensitiveKeys
,
aSensitiveKeysLength
)
;
settings_driver.hpp:79
ot::SettingsDriver
ot::SettingsDriver::Init()
otPlatSettingsDeinit
(
GetInstancePtr
(
)
)
;
settings_driver.hpp:89
ot::SettingsDriver
ot::SettingsDriver::Deinit()
error
=
otPlatSettingsAdd
(
GetInstancePtr
(
)
,
aKey
,
value
,
aValueLength
)
;
settings_driver.hpp:112
ot::SettingsDriver
ot::SettingsDriver::Add()
error
=
otPlatSettingsDelete
(
GetInstancePtr
(
)
,
aKey
,
aIndex
)
;
settings_driver.hpp:134
ot::SettingsDriver
ot::SettingsDriver::Delete()
error
=
otPlatSettingsGet
(
GetInstancePtr
(
)
,
aKey
,
aIndex
,
value
,
aValueLength
)
;
settings_driver.hpp:163
ot::SettingsDriver
ot::SettingsDriver::Get() const
error
=
otPlatSettingsSet
(
GetInstancePtr
(
)
,
aKey
,
value
,
aValueLength
)
;
settings_driver.hpp:207
ot::SettingsDriver
ot::SettingsDriver::Set()
otPlatSettingsWipe
(
GetInstancePtr
(
)
)
;
settings_driver.hpp:220
ot::SettingsDriver
ot::SettingsDriver::Wipe()
Call Tree
from
examples
ot::SettingsDriver::GetInstancePtr() const
is called by 7 functions and calls 1 function:
ot::SettingsDriver::Init()
ot::SettingsDriver::Deinit()
ot::SettingsDriver::Add()
ot::SettingsDriver::Delete()
ot::SettingsDriver::Get() const
ot::SettingsDriver::Set()
ot::SettingsDriver::Wipe()
All items filtered out
ot::SettingsDriver::GetInstancePtr() const
ot::InstanceLocator::GetInstance() const
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