ESP-IDF
_pcnt_isr_service_install()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_service_install()
_pcnt_isr_service_install() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:324
static
inline
esp_err_t
_pcnt_isr_service_install
(
pcnt_port_t
pcnt_port
,
int
intr_alloc_flags
)
;
Arguments
Argument
Declared as
pcnt_port
pcnt_port_t
intr_alloc_flags
int
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_isr_service_install
(
pcnt_port_t
pcnt_port
,
int
intr_alloc_flags
)
pcnt_legacy.c:324
return
_pcnt_isr_service_install
(
PCNT_PORT_0
,
intr_alloc_flags
)
;
pcnt_legacy.c:550
pcnt_isr_service_install()
Call Tree
from
examples
_pcnt_isr_service_install()
is called by 1 function and calls 5 functions:
pcnt_isr_service_install()
All items filtered out
_pcnt_isr_service_install()
free()
calloc()
esp_log_timestamp()
esp_log_write()
pcnt_isr_register()
All items filtered out
Data Use
from
examples
_pcnt_isr_service_install()
reads 10 variables and writes 1 variable:
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_intr_service()
TAG
p_pcnt_obj
pcnt_isr_func
All items filtered out
_pcnt_isr_service_install()
pcnt_isr_func
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
_pcnt_isr_service_install()
allocates 1 types and frees 1 types:
pcnt_isr_func_t
All items filtered out
_pcnt_isr_service_install()
pcnt_isr_func_t
All items filtered out