ESP-IDF
ot::Spinel::SpiFrame::mBuffer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::Spinel::SpiFrame::mBuffer
ot::Spinel::SpiFrame::mBuffer field
Syntax
Show:
Summary
Declaration
from
spi_frame.hpp:233
uint8_t
*
mBuffer
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
*
mBuffer
;
spi_frame.hpp:233
:
mBuffer
(
aBuffer
)
spi_frame.hpp:142
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::SpiFrame()
uint8_t
*
GetData
(
void
)
{
return
mBuffer
+
kHeaderSize
;
}
spi_frame.hpp:151
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::GetData()
bool
IsValid
(
void
)
const
{
return
(
(
mBuffer
[
kIndexFlagByte
]
&
kFlagPatternMask
)
==
kFlagPattern
)
;
}
spi_frame.hpp:160
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::IsValid() const
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()
uint8_t
GetHeaderFlagByte
(
void
)
const
{
return
mBuffer
[
kIndexFlagByte
]
;
}
spi_frame.hpp:181
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::GetHeaderFlagByte() const
Lib
::
Utils
::
LittleEndian
::
WriteUint16
(
aAcceptLen
,
mBuffer
+
kIndexAcceptLen
)
;
spi_frame.hpp:192
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::SetHeaderAcceptLen()
uint16_t
GetHeaderAcceptLen
(
void
)
const
{
return
Lib
::
Utils
::
LittleEndian
::
ReadUint16
(
mBuffer
+
kIndexAcceptLen
)
;
}
spi_frame.hpp:200
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::GetHeaderAcceptLen() const
Lib
::
Utils
::
LittleEndian
::
WriteUint16
(
aDataLen
,
mBuffer
+
kIndexDataLen
)
;
spi_frame.hpp:211
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::SetHeaderDataLen()
uint16_t
GetHeaderDataLen
(
void
)
const
{
return
Lib
::
Utils
::
LittleEndian
::
ReadUint16
(
mBuffer
+
kIndexDataLen
)
;
}
spi_frame.hpp:219
ot::Spinel::SpiFrame
ot::Spinel::SpiFrame::GetHeaderDataLen() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Spinel::SpiFrame::mBuffer
is read by 9 functions:
All items filtered out
ot::Spinel::SpiFrame::mBuffer
ot::Spinel::SpiFrame::GetData()
ot::Spinel::SpiFrame::IsValid() const
ot::Spinel::SpiFrame::IsResetFlagSet() const
ot::Spinel::SpiFrame::SetHeaderFlagByte()
ot::Spinel::SpiFrame::GetHeaderFlagByte() const
ot::Spinel::SpiFrame::SetHeaderAcceptLen()
ot::Spinel::SpiFrame::GetHeaderAcceptLen() const
ot::Spinel::SpiFrame::SetHeaderDataLen()
ot::Spinel::SpiFrame::GetHeaderDataLen() const
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