ESP-IDF
sdm_group_t::group_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdm_group_t::group_id
sdm_group_t::group_id field
Syntax
Show:
Summary
Declaration
from
sdm.c:55
int
group_id
;
Examples
References
from
examples
Code
Location
Referrer
int
group_id
;
// Group ID, index from 0
sdm.c:55
group
->
group_id
=
group_id
;
sdm.c:96
sdm_acquire_group_handle()
int
group_id
=
group
->
group_id
;
sdm.c:123
sdm_release_group_handle()
int
group_id
=
group
->
group_id
;
sdm.c:209
sdm_new_channel()
sprintf
(
chan
->
pm_lock_name
,
"sdm_%d_%d"
,
group
->
group_id
,
chan_id
)
;
// e.g. sdm_0_0
sdm.c:224
sdm_new_channel()
int
group_id
=
group
->
group_id
;
sdm.c:281
sdm_del_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_group_t::group_id
is written by 1 function and is read by 3 functions:
sdm_acquire_group_handle()
All items filtered out
sdm_group_t::group_id
sdm_release_group_handle()
sdm_new_channel()
sdm_del_channel()
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