ESP-IDF
PCNT_CHANNEL_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_CHANNEL_MAX
PCNT_CHANNEL_MAX value
Syntax
Show:
Summary
Declaration
from
pcnt_types_legacy.h:55
PCNT_CHANNEL_MAX
;
Examples
References
from
examples
Code
Location
Referrer
PCNT_CHANNEL_MAX
,
pcnt_types_legacy.h:55
PCNT_CHECK
(
channel
<
PCNT_CHANNEL_MAX
,
PCNT_CHANNEL_ERR_STR
,
ESP_ERR_INVALID_ARG
)
;
pcnt_legacy.c:72
_pcnt_set_mode()
PCNT_CHECK
(
channel
<
PCNT_CHANNEL_MAX
,
PCNT_CHANNEL_ERR_STR
,
ESP_ERR_INVALID_ARG
)
;
pcnt_legacy.c:85
_pcnt_set_pin()
PCNT_CHECK
(
channel
<
PCNT_CHANNEL_MAX
,
PCNT_CHANNEL_ERR_STR
,
ESP_ERR_INVALID_ARG
)
;
pcnt_legacy.c:367
_pcnt_unit_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PCNT_CHANNEL_MAX
is read by 3 functions:
All items filtered out
PCNT_CHANNEL_MAX
_pcnt_set_mode()
_pcnt_set_pin()
_pcnt_unit_config()
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