ESP-IDF
ot::Mac::LinkRaw::mTransmitDoneCallback
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::Mac::LinkRaw::mTransmitDoneCallback
ot::Mac::LinkRaw::mTransmitDoneCallback field
Syntax
Show:
Summary
Declaration
from
link_raw.hpp:286
otLinkRawTransmitDone
mTransmitDoneCallback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otLinkRawTransmitDone
mTransmitDoneCallback
;
link_raw.hpp:286
,
mTransmitDoneCallback
(
nullptr
)
link_raw.cpp:53
ot::Mac::LinkRaw
ot::Mac::LinkRaw::LinkRaw()
mTransmitDoneCallback
=
nullptr
;
link_raw.cpp:67
ot::Mac::LinkRaw
ot::Mac::LinkRaw::Init()
mTransmitDoneCallback
=
aCallback
;
link_raw.cpp:193
ot::Mac::LinkRaw
ot::Mac::LinkRaw::Transmit()
if
(
mTransmitDoneCallback
)
link_raw.cpp:203
ot::Mac::LinkRaw
ot::Mac::LinkRaw::InvokeTransmitDone()
mTransmitDoneCallback
(
&
GetInstance
(
)
,
&
aFrame
,
aAckFrame
,
aError
)
;
link_raw.cpp:205
ot::Mac::LinkRaw
ot::Mac::LinkRaw::InvokeTransmitDone()
mTransmitDoneCallback
=
nullptr
;
link_raw.cpp:206
ot::Mac::LinkRaw
ot::Mac::LinkRaw::InvokeTransmitDone()
Call Tree
from
examples
ot::Mac::LinkRaw::mTransmitDoneCallback
is called by 1 function:
ot::Mac::LinkRaw::InvokeTransmitDone()
All items filtered out
ot::Mac::LinkRaw::mTransmitDoneCallback
All items filtered out
Data Use
from
examples
ot::Mac::LinkRaw::mTransmitDoneCallback
is written by 3 functions and is read by 1 function:
ot::Mac::LinkRaw::Init()
ot::Mac::LinkRaw::Transmit()
ot::Mac::LinkRaw::InvokeTransmitDone()
All items filtered out
ot::Mac::LinkRaw::mTransmitDoneCallback
ot::Mac::LinkRaw::InvokeTransmitDone()
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