ESP-IDF
_pcnt_isr_handler_remove()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_isr_handler_remove()
_pcnt_isr_handler_remove() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:289
static
inline
esp_err_t
_pcnt_isr_handler_remove
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
)
;
Arguments
Argument
pcnt_port
unit
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_isr_handler_remove
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
)
pcnt_legacy.c:289
return
_pcnt_isr_handler_remove
(
PCNT_PORT_0
,
unit
)
;
pcnt_legacy.c:545
pcnt_isr_handler_remove()
Call Tree
from
examples
_pcnt_isr_handler_remove()
is called by 1 function and calls 5 functions:
pcnt_isr_handler_remove()
All items filtered out
_pcnt_isr_handler_remove()
vPortEnterCritical()
esp_log_timestamp()
esp_log_write()
vPortExitCritical()
_pcnt_intr_enable()
All items filtered out
Data Use
from
examples
_pcnt_isr_handler_remove()
reads 10 variables and writes 2 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_0
pcnt_port_t::PCNT_PORT_MAX
TAG
p_pcnt_obj
pcnt_isr_func
All items filtered out
_pcnt_isr_handler_remove()
pcnt_isr_func_t::fn
pcnt_isr_func_t::args
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