ESP-IDF
pcnt_unit_t::channels
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
pcnt_unit_t::channels
pcnt_unit_t::channels field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:110
pcnt_chan_t
*
channels
[
SOC_PCNT_CHANNELS_PER_UNIT
]
;
Examples
References
from
examples
Code
Location
Referrer
pcnt_chan_t
*
channels
[
SOC_PCNT_CHANNELS_PER_UNIT
]
;
// array of PCNT channels
pulse_cnt.c:110
ESP_RETURN_ON_FALSE
(
!
unit
->
channels
[
i
]
,
ESP_ERR_INVALID_STATE
,
TAG
,
"channel %d still in working"
,
i
)
;
pulse_cnt.c:328
pcnt_del_unit()
if
(
!
unit
->
channels
[
i
]
)
{
pulse_cnt.c:727
pcnt_new_channel()
unit
->
channels
[
channel_id
]
=
channel
;
pulse_cnt.c:729
pcnt_new_channel()
unit
->
channels
[
channel_id
]
=
NULL
;
pulse_cnt.c:802
pcnt_del_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_unit_t::channels
is read by 3 functions:
All items filtered out
pcnt_unit_t::channels
pcnt_del_unit()
pcnt_new_channel()
pcnt_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