ESP-IDF
pcnt_config_t::pos_mode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_config_t::pos_mode
pcnt_config_t::pos_mode field
PCNT positive edge count mode
Syntax
Show:
Summary
Declaration
from
pcnt_types_legacy.h:98
pcnt_count_mode_t
pos_mode
;
Examples
References
from
examples
Code
Location
Referrer
pcnt_count_mode_t
pos_mode
;
/*!< PCNT positive edge count mode */
pcnt_types_legacy.h:98
PCNT_CHECK
(
(
pcnt_config
->
pos_mode
<
PCNT_COUNT_MAX
)
&&
(
pcnt_config
->
neg_mode
<
PCNT_COUNT_MAX
)
,
PCNT_COUNT_MODE_ERR_STR
,
ESP_ERR_INVALID_ARG
)
;
pcnt_legacy.c:370
_pcnt_unit_config()
_pcnt_set_mode
(
pcnt_port
,
unit
,
channel
,
pcnt_config
->
pos_mode
,
pcnt_config
->
neg_mode
,
pcnt_config
->
hctrl_mode
,
pcnt_config
->
lctrl_mode
)
;
pcnt_legacy.c:390
_pcnt_unit_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_config_t::pos_mode
is read by 1 function:
All items filtered out
pcnt_config_t::pos_mode
_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