ESP-IDF
sdm_group_t::channels
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
sdm_group_t::channels
sdm_group_t::channels field
Syntax
Show:
Summary
Declaration
from
sdm.c:58
sdm_channel_t
*
channels
[
SOC_SDM_CHANNELS_PER_GROUP
]
;
Examples
References
from
examples
Code
Location
Referrer
sdm_channel_t
*
channels
[
SOC_SDM_CHANNELS_PER_GROUP
]
;
// array of sdm channels
sdm.c:58
if
(
!
group
->
channels
[
j
]
)
{
sdm.c:152
sdm_register_to_group()
group
->
channels
[
j
]
=
chan
;
sdm.c:154
sdm_register_to_group()
group
->
channels
[
chan_id
]
=
NULL
;
sdm.c:176
sdm_unregister_from_group()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_group_t::channels
is read by 2 functions:
All items filtered out
sdm_group_t::channels
sdm_register_to_group()
sdm_unregister_from_group()
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