ESP-IDF
MODEL
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
MODEL
MODEL macro
Syntax
Show:
Summary
Declaration
from
ext.c:67
#define
MODEL
(
a
)
(
(
struct
bt_mesh_model
*
)
(
a
)
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
MODEL
(
a
)
(
(
struct
bt_mesh_model
*
)
(
a
)
)
ext.c:67
return
MODEL
(
model
)
->
id
;
ext.c:848
return
MODEL
(
model
)
->
vnd
.
id
;
ext.c:853
return
MODEL
(
model
)
->
vnd
.
company
;
ext.c:858
return
MODEL
(
model
)
->
pub
;
ext.c:863
return
MODEL
(
model
)
->
pub
->
addr
;
ext.c:868
return
MODEL
(
model
)
->
pub
->
key
;
ext.c:873
return
MODEL
(
model
)
->
pub
->
directed_pub_policy
;
ext.c:879
MODEL
(
model
)
->
pub
->
directed_pub_policy
=
directed_pub_policy
;
ext.c:889
return
MODEL
(
model
)
->
pub
->
msg
;
ext.c:897
return
ARRAY_SIZE
(
MODEL
(
model
)
->
keys
)
;
ext.c:902
return
sizeof
(
MODEL
(
model
)
->
keys
)
;
ext.c:907
return
MODEL
(
model
)
->
keys
[
index
]
;
ext.c:912
MODEL
(
model
)
->
keys
[
index
]
=
key
;
ext.c:917
return
ARRAY_SIZE
(
MODEL
(
model
)
->
groups
)
;
ext.c:922
return
sizeof
(
MODEL
(
model
)
->
groups
)
;
ext.c:927
return
MODEL
(
model
)
->
groups
[
index
]
;
ext.c:932
MODEL
(
model
)
->
groups
[
index
]
=
group
;
ext.c:937
return
MODEL
(
model
)
->
user_data
;
ext.c:942
MODEL
(
model
)
->
user_data
=
user_data
;
ext.c:947
assert
(
MODEL
(
model
)
->
user_data
)
;
ext.c:952
bt_mesh_free
(
MODEL
(
model
)
->
user_data
)
;
ext.c:953
MODEL
(
model
)
->
user_data
=
NULL
;
ext.c:954
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:959
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:966
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:973
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:980
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:987
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:994
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:1003
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:1012
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:1019
bt_mesh_client_user_data_t
*
client
=
MODEL
(
model
)
->
user_data
;
ext.c:1026
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