ESP-IDF
sdm_channel_t::gpio_num
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_channel_t::gpio_num
sdm_channel_t::gpio_num field
Syntax
Show:
Summary
Declaration
from
sdm.c:70
int
gpio_num
;
Examples
References
from
examples
Code
Location
Referrer
int
gpio_num
;
// GPIO number
sdm.c:70
chan
->
gpio_num
=
config
->
gpio_num
;
sdm.c:240
sdm_new_channel()
ESP_LOGD
(
TAG
,
"new sdm channel (%d,%d) at %p, gpio=%d, sample rate=%"
PRIu32
"Hz"
,
group_id
,
chan_id
,
chan
,
chan
->
gpio_num
,
chan
->
sample_rate_hz
)
;
sdm.c:266
sdm_new_channel()
gpio_output_disable
(
chan
->
gpio_num
)
;
sdm.c:283
sdm_del_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_channel_t::gpio_num
is written by 1 function and is read by 2 functions:
sdm_new_channel()
All items filtered out
sdm_channel_t::gpio_num
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