ESP-IDF
_pcnt_counter_resume()
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_counter_resume()
_pcnt_counter_resume() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:125
static
inline
esp_err_t
_pcnt_counter_resume
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
pcnt_unit
)
;
Arguments
Argument
pcnt_port
pcnt_unit
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_counter_resume
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
pcnt_unit
)
pcnt_legacy.c:125
return
_pcnt_counter_resume
(
PCNT_PORT_0
,
pcnt_unit
)
;
pcnt_legacy.c:456
pcnt_counter_resume()
Call Tree
from
examples
_pcnt_counter_resume()
is called by 1 function and calls 5 functions:
pcnt_counter_resume()
All items filtered out
_pcnt_counter_resume()
vPortEnterCritical()
esp_log_timestamp()
esp_log_write()
vPortExitCritical()
pcnt_ll_start_count()
All items filtered out
Data Use
from
examples
_pcnt_counter_resume()
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_counter_resume()
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