ESP-IDF
pcnt_isr_func_t::fn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_func_t::fn
pcnt_isr_func_t::fn field
isr function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:57
void
(
*
fn
)
(
void
*
args
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
fn
)
(
void
*
args
)
;
/*!< isr function */
pcnt_legacy.c:57
pcnt_isr_func
[
unit
]
.
fn
=
isr_handler
;
pcnt_legacy.c:280
_pcnt_isr_handler_add()
pcnt_isr_func
[
unit
]
.
fn
=
NULL
;
pcnt_legacy.c:298
_pcnt_isr_handler_remove()
if
(
pcnt_isr_func
[
unit
]
.
fn
!=
NULL
)
{
pcnt_legacy.c:318
pcnt_intr_service()
(
pcnt_isr_func
[
unit
]
.
fn
)
(
pcnt_isr_func
[
unit
]
.
args
)
;
pcnt_legacy.c:319
pcnt_intr_service()
Call Tree
from
examples
pcnt_isr_func_t::fn
is called by 1 function:
pcnt_intr_service()
All items filtered out
pcnt_isr_func_t::fn
All items filtered out
Data Use
from
examples
pcnt_isr_func_t::fn
is written by 2 functions and is read by 1 function:
_pcnt_isr_handler_add()
_pcnt_isr_handler_remove()
All items filtered out
pcnt_isr_func_t::fn
pcnt_intr_service()
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