ESP-IDF
pcnt_unit_t::intr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_unit_t::intr
pcnt_unit_t::intr field
Syntax
Show:
Summary
Declaration
from
pulse_cnt.c:112
intr_handle_t
intr
;
Examples
References
from
examples
Code
Location
Referrer
intr_handle_t
intr
;
// interrupt handle
pulse_cnt.c:112
if
(
unit
->
intr
)
{
pulse_cnt.c:188
pcnt_destroy()
ESP_RETURN_ON_ERROR
(
esp_intr_free
(
unit
->
intr
)
,
TAG
,
"delete interrupt service failed"
)
;
pulse_cnt.c:189
pcnt_destroy()
pcnt_default_isr
,
unit
,
&
unit
->
intr
)
,
err
,
pulse_cnt.c:253
pcnt_new_unit()
if
(
unit
->
intr
)
{
pulse_cnt.c:419
pcnt_unit_enable()
ESP_RETURN_ON_ERROR
(
esp_intr_enable
(
unit
->
intr
)
,
TAG
,
"enable interrupt service failed"
)
;
pulse_cnt.c:420
pcnt_unit_enable()
if
(
unit
->
intr
)
{
pulse_cnt.c:433
pcnt_unit_disable()
ESP_RETURN_ON_ERROR
(
esp_intr_disable
(
unit
->
intr
)
,
TAG
,
"disable interrupt service failed"
)
;
pulse_cnt.c:434
pcnt_unit_disable()
if
(
!
unit
->
intr
)
{
pulse_cnt.c:524
pcnt_unit_register_event_callbacks()
pcnt_default_isr
,
unit
,
&
unit
->
intr
)
,
pulse_cnt.c:534
pcnt_unit_register_event_callbacks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pcnt_unit_t::intr
is read by 4 functions:
All items filtered out
pcnt_unit_t::intr
pcnt_destroy()
pcnt_unit_enable()
pcnt_unit_disable()
pcnt_unit_register_event_callbacks()
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