ESP-IDF
PCNT_LL_UNIT_WATCH_EVENT
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_LL_UNIT_WATCH_EVENT
PCNT_LL_UNIT_WATCH_EVENT macro
Syntax
Show:
Summary
Declaration
from
pcnt_ll.h:47
#define
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
(
1
<
<
(
unit_id
)
)
Arguments
Argument
unit_id
Examples
References
from
examples
Code
Location
#define
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
(
1
<
<
(
unit_id
)
)
pcnt_ll.h:47
(
uint32_t
)
pcnt_ll_get_intr_status_reg
(
group
->
hal
.
dev
)
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
,
pulse_cnt.c:252
pcnt_ll_enable_intr
(
group
->
hal
.
dev
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
,
to_install_isr
)
;
pulse_cnt.c:297
pcnt_ll_clear_intr_status
(
group
->
hal
.
dev
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
)
;
pulse_cnt.c:298
(
uint32_t
)
pcnt_ll_get_intr_status_reg
(
group
->
hal
.
dev
)
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
,
pulse_cnt.c:533
pcnt_ll_enable_intr
(
group
->
hal
.
dev
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
,
cbs
->
on_reach
!=
NULL
)
;
pulse_cnt.c:539
if
(
intr_status
&
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
)
{
pulse_cnt.c:950
pcnt_ll_clear_intr_status
(
group
->
hal
.
dev
,
PCNT_LL_UNIT_WATCH_EVENT
(
unit_id
)
)
;
pulse_cnt.c:951
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
Lifecycle
from
examples
All items filtered out
All items filtered out