ESP-IDF
pcnt_isr_register()
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_isr_register()
pcnt_isr_register() function
Syntax
Show:
Summary
Declaration
Definition
from
pcnt_legacy.c:65
esp_err_t
pcnt_isr_register
(
void
(
*
fun
)
(
void
*
)
,
void
*
arg
,
int
intr_alloc_flags
,
pcnt_isr_handle_t
*
handle
)
;
Implemented in
pcnt_legacy.c:528
Arguments
Argument
fun
arg
intr_alloc_flags
handle
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
pcnt_isr_register
(
void
(
*
fun
)
(
void
*
)
,
void
*
arg
,
int
intr_alloc_flags
,
pcnt_isr_handle_t
*
handle
)
pcnt_legacy.c:528
esp_err_t
pcnt_isr_register
(
void
(
*
fun
)
(
void
*
)
,
void
*
arg
,
int
intr_alloc_flags
,
pcnt_isr_handle_t
*
handle
)
;
pcnt_legacy.c:65
ret
=
pcnt_isr_register
(
pcnt_intr_service
,
(
void
*
)
pcnt_port
,
intr_alloc_flags
,
&
pcnt_isr_service
)
;
pcnt_legacy.c:334
_pcnt_isr_service_install()
Call Tree
from
examples
pcnt_isr_register()
is called by 1 function and calls 5 functions:
_pcnt_isr_service_install()
All items filtered out
pcnt_isr_register()
vPortEnterCritical()
esp_intr_alloc()
esp_log_timestamp()
esp_log_write()
vPortExitCritical()
All items filtered out
Data Use
from
examples
pcnt_isr_register()
reads 9 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_signal_conn_t::
::irq
pcnt_signal_conn_t::groups
TAG
pcnt_periph_signals
All items filtered out
pcnt_isr_register()
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