ESP-IDF
pcnt_isr_service
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pcnt_isr_service
pcnt_isr_service variable
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:62
static
pcnt_isr_handle_t
pcnt_isr_service
=
NULL
;
Examples
References
from
examples
Code
Location
Referrer
static
pcnt_isr_handle_t
pcnt_isr_service
=
NULL
;
pcnt_legacy.c:62
ret
=
pcnt_isr_register
(
pcnt_intr_service
,
(
void
*
)
pcnt_port
,
intr_alloc_flags
,
&
pcnt_isr_service
)
;
pcnt_legacy.c:334
_pcnt_isr_service_install()
ret
=
pcnt_isr_unregister
(
pcnt_isr_service
)
;
pcnt_legacy.c:350
_pcnt_isr_service_uninstall()
pcnt_isr_service
=
NULL
;
pcnt_legacy.c:353
_pcnt_isr_service_uninstall()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_isr_service
is written by 1 function and is read by 1 function:
_pcnt_isr_service_uninstall()
All items filtered out
pcnt_isr_service
_pcnt_isr_service_uninstall()
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