ESP-IDF
pcnt_isr_func_t::args
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::args
pcnt_isr_func_t::args field
isr function args
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:58
void
*
args
;
Examples
References
from
examples
Code
Location
Referrer
void
*
args
;
/*!< isr function args */
pcnt_legacy.c:58
pcnt_isr_func
[
unit
]
.
args
=
args
;
pcnt_legacy.c:281
_pcnt_isr_handler_add()
pcnt_isr_func
[
unit
]
.
args
=
NULL
;
pcnt_legacy.c:299
_pcnt_isr_handler_remove()
(
pcnt_isr_func
[
unit
]
.
fn
)
(
pcnt_isr_func
[
unit
]
.
args
)
;
pcnt_legacy.c:319
pcnt_intr_service()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_isr_func_t::args
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::args
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