ESP-IDF
kFlagReset
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
kFlagReset
kFlagReset value
Syntax
Show:
Summary
Declaration
from
spi_frame.hpp:228
kFlagReset
=
(
1
<
<
7
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kFlagReset
=
(
1
<
<
7
)
,
// Flag byte RESET bit.
spi_frame.hpp:228
bool
IsResetFlagSet
(
void
)
const
{
return
(
(
mBuffer
[
kIndexFlagByte
]
&
kFlagReset
)
==
kFlagReset
)
;
}
spi_frame.hpp:167
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::IsResetFlagSet() const
void
SetHeaderFlagByte
(
bool
aResetFlag
)
{
mBuffer
[
kIndexFlagByte
]
=
kFlagPattern
|
(
aResetFlag
?
kFlagReset
:
0
)
;
}
spi_frame.hpp:174
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::SetHeaderFlagByte()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kFlagReset
is read by 2 functions:
All items filtered out
kFlagReset
ot::Spinel::SpiFrame::IsResetFlagSet() const
ot::Spinel::SpiFrame::SetHeaderFlagByte()
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