ESP-IDF
CLI_PARAM
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
CLI_PARAM
CLI_PARAM macro
Syntax
Show:
Summary
Declaration
from
ext.c:78
#define
CLI_PARAM
(
a
)
(
(
bt_mesh_client_common_param_t
*
)
(
a
)
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
CLI_PARAM
(
a
)
(
(
bt_mesh_client_common_param_t
*
)
(
a
)
)
ext.c:78
return
CLI_PARAM
(
param
)
->
opcode
;
ext.c:3639
return
CLI_PARAM
(
param
)
->
model
;
ext.c:3644
CLI_PARAM
(
param
)
->
opcode
=
opcode
;
ext.c:3649
CLI_PARAM
(
param
)
->
model
=
model
;
ext.c:3654
return
&
CLI_PARAM
(
param
)
->
ctx
;
ext.c:3659
return
CLI_PARAM
(
param
)
->
ctx
.
net_idx
;
ext.c:3664
CLI_PARAM
(
param
)
->
ctx
.
net_idx
=
net_idx
;
ext.c:3669
return
CLI_PARAM
(
param
)
->
ctx
.
app_idx
;
ext.c:3674
CLI_PARAM
(
param
)
->
ctx
.
app_idx
=
app_idx
;
ext.c:3679
return
CLI_PARAM
(
param
)
->
ctx
.
addr
;
ext.c:3684
CLI_PARAM
(
param
)
->
ctx
.
addr
=
addr
;
ext.c:3689
return
CLI_PARAM
(
param
)
->
ctx
.
send_ttl
;
ext.c:3694
CLI_PARAM
(
param
)
->
ctx
.
send_ttl
=
send_ttl
;
ext.c:3699
CLI_PARAM
(
param
)
->
cb
=
cb
;
ext.c:3704
CLI_PARAM
(
param
)
->
cb_data
=
cb_data
;
ext.c:3709
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