ESP-IDF
_pcnt_set_filter_value()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_pcnt_set_filter_value()
_pcnt_set_filter_value() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:244
static
inline
esp_err_t
_pcnt_set_filter_value
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
uint16_t
filter_val
)
;
Arguments
Argument
pcnt_port
unit
filter_val
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_set_filter_value
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
uint16_t
filter_val
)
pcnt_legacy.c:244
return
_pcnt_set_filter_value
(
PCNT_PORT_0
,
unit
,
filter_val
)
;
pcnt_legacy.c:501
pcnt_set_filter_value()
Call Tree
from
examples
_pcnt_set_filter_value()
is called by 1 function and calls 3 functions:
pcnt_set_filter_value()
All items filtered out
_pcnt_set_filter_value()
esp_log_timestamp()
esp_log_write()
pcnt_ll_set_glitch_filter_thres()
All items filtered out
Data Use
from
examples
_pcnt_set_filter_value()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
pcnt_port_t::PCNT_PORT_MAX
pcnt_hal_context_t::dev
TAG
pcnt_obj_t::hal
p_pcnt_obj
All items filtered out
_pcnt_set_filter_value()
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