ESP-IDF
MSG_CTX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MSG_CTX
MSG_CTX macro
Syntax
Show:
Summary
Declaration
from
ext.c:77
#define
MSG_CTX
(
a
)
(
(
struct
bt_mesh_msg_ctx
*
)
(
a
)
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
MSG_CTX
(
a
)
(
(
struct
bt_mesh_msg_ctx
*
)
(
a
)
)
ext.c:77
return
MSG_CTX
(
ctx
)
->
net_idx
;
ext.c:3498
MSG_CTX
(
ctx
)
->
net_idx
=
net_idx
;
ext.c:3503
return
MSG_CTX
(
ctx
)
->
app_idx
;
ext.c:3508
MSG_CTX
(
ctx
)
->
app_idx
=
app_idx
;
ext.c:3513
return
MSG_CTX
(
ctx
)
->
addr
;
ext.c:3518
MSG_CTX
(
ctx
)
->
addr
=
addr
;
ext.c:3523
return
MSG_CTX
(
ctx
)
->
recv_dst
;
ext.c:3528
MSG_CTX
(
ctx
)
->
recv_dst
=
recv_dst
;
ext.c:3533
return
MSG_CTX
(
ctx
)
->
recv_rssi
;
ext.c:3538
MSG_CTX
(
ctx
)
->
recv_rssi
=
recv_rssi
;
ext.c:3543
return
MSG_CTX
(
ctx
)
->
recv_op
;
ext.c:3548
MSG_CTX
(
ctx
)
->
recv_op
=
recv_op
;
ext.c:3553
return
MSG_CTX
(
ctx
)
->
recv_ttl
;
ext.c:3558
MSG_CTX
(
ctx
)
->
recv_ttl
=
recv_ttl
;
ext.c:3563
return
MSG_CTX
(
ctx
)
->
recv_cred
;
ext.c:3568
MSG_CTX
(
ctx
)
->
recv_cred
=
recv_cred
;
ext.c:3573
return
MSG_CTX
(
ctx
)
->
recv_tag
;
ext.c:3578
MSG_CTX
(
ctx
)
->
recv_tag
=
recv_tag
;
ext.c:3583
return
MSG_CTX
(
ctx
)
->
send_szmic
;
ext.c:3588
MSG_CTX
(
ctx
)
->
send_szmic
=
send_szmic
;
ext.c:3593
return
MSG_CTX
(
ctx
)
->
send_ttl
;
ext.c:3598
MSG_CTX
(
ctx
)
->
send_ttl
=
send_ttl
;
ext.c:3603
return
MSG_CTX
(
ctx
)
->
send_cred
;
ext.c:3608
MSG_CTX
(
ctx
)
->
send_cred
=
send_cred
;
ext.c:3613
return
MSG_CTX
(
ctx
)
->
send_tag
;
ext.c:3618
MSG_CTX
(
ctx
)
->
send_tag
=
send_tag
;
ext.c:3623
Call Tree
from
examples
All items filtered out
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