ESP-IDF
ot::Ncp::ChangedPropsSet::mChangedSet
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::Ncp::ChangedPropsSet::mChangedSet
ot::Ncp::ChangedPropsSet::mChangedSet field
Syntax
Show:
Summary
Declaration
from
changed_props_set.hpp:193
uint64_t
mChangedSet
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint64_t
mChangedSet
;
changed_props_set.hpp:193
static_assert
(
OT_ARRAY_LENGTH
(
mSupportedProps
)
<=
sizeof
(
mChangedSet
)
*
kBitsPerByte
,
changed_props_set.cpp:100
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::GetNumEntries() const
SetBit
(
mChangedSet
,
index
)
;
changed_props_set.cpp:119
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::Add()
ClearBit
(
mChangedSet
,
index
)
;
changed_props_set.cpp:146
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::EnablePropertyFilter()
:
mChangedSet
(
0
)
changed_props_set.hpp:69
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::ChangedPropsSet()
void
Clear
(
void
)
{
mChangedSet
=
0
;
}
changed_props_set.hpp:77
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::Clear()
bool
IsEmpty
(
void
)
const
{
return
(
mChangedSet
==
0
)
;
}
changed_props_set.hpp:84
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::IsEmpty() const
bool
IsEntryChanged
(
uint8_t
aIndex
)
const
{
return
IsBitSet
(
mChangedSet
,
aIndex
)
;
}
changed_props_set.hpp:137
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::IsEntryChanged() const
void
RemoveEntry
(
uint8_t
aIndex
)
{
ClearBit
(
mChangedSet
,
aIndex
)
;
}
changed_props_set.hpp:146
ot::Ncp::ChangedPropsSet
ot::Ncp::ChangedPropsSet::RemoveEntry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ncp::ChangedPropsSet::mChangedSet
is written by 1 function and is read by 6 functions:
ot::Ncp::ChangedPropsSet::Clear()
All items filtered out
ot::Ncp::ChangedPropsSet::mChangedSet
ot::Ncp::ChangedPropsSet::IsEmpty() const
ot::Ncp::ChangedPropsSet::IsEntryChanged() const
ot::Ncp::ChangedPropsSet::RemoveEntry()
ot::Ncp::ChangedPropsSet::GetNumEntries() const
ot::Ncp::ChangedPropsSet::Add()
ot::Ncp::ChangedPropsSet::EnablePropertyFilter()
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