ESP-IDF
pcnt_isr_func_t
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
pcnt_isr_func_t struct
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:56
typedef
struct
{
void
(
*
fn
)
(
void
*
args
)
;
void
*
args
;
}
pcnt_isr_func_t
;
Fields
Field
Declared as
Description
pcnt_isr_func_t::fn
void
(
*
)
(
void
*
args
)
isr function.
pcnt_isr_func_t::args
void
*
isr function args.
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
pcnt_legacy.c:56
}
pcnt_isr_func_t
;
pcnt_legacy.c:59
pcnt_isr_func_t
static
pcnt_isr_func_t
*
pcnt_isr_func
=
NULL
;
pcnt_legacy.c:61
pcnt_isr_func
=
(
pcnt_isr_func_t
*
)
calloc
(
SOC_PCNT_UNITS_PER_GROUP
,
sizeof
(
pcnt_isr_func_t
)
)
;
pcnt_legacy.c:329
_pcnt_isr_service_install()
free
(
pcnt_isr_func
)
;
pcnt_legacy.c:337
_pcnt_isr_service_install()
free
(
pcnt_isr_func
)
;
pcnt_legacy.c:351
_pcnt_isr_service_uninstall()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
pcnt_isr_func
pcnt_legacy.c:61
Lifecycle
from
examples
pcnt_isr_func_t
is allocated by 1 symbol and is freed by 2 symbols:
_pcnt_isr_service_install()
All items filtered out
pcnt_isr_func_t
_pcnt_isr_service_install()
_pcnt_isr_service_uninstall()
All items filtered out