ESP-IDF
pcnt_default_isr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_default_isr()
pcnt_default_isr() function
Syntax
Show:
Summary
Declaration
Definition
from
pulse_cnt.c:141
static
void
pcnt_default_isr
(
void
*
args
)
;
Implemented in
pulse_cnt.c:941
Arguments
Argument
args
Examples
References
from
examples
Code
Location
Referrer
IRAM_ATTR
static
void
pcnt_default_isr
(
void
*
args
)
pulse_cnt.c:941
static
void
pcnt_default_isr
(
void
*
args
)
;
pulse_cnt.c:141
pcnt_default_isr
,
unit
,
&
unit
->
intr
)
,
err
,
pulse_cnt.c:253
pcnt_new_unit()
pcnt_default_isr
,
unit
,
&
unit
->
intr
)
,
pulse_cnt.c:534
pcnt_unit_register_event_callbacks()
Call Tree
from
examples
pcnt_default_isr()
calls 9 functions:
All items filtered out
pcnt_default_isr()
vPortEnterCritical()
vPortExitCritical()
_frxt_setup_switch()
pcnt_ll_get_intr_status()
pcnt_ll_clear_intr_status()
pcnt_ll_get_thres_value()
pcnt_ll_get_zero_cross_mode()
pcnt_ll_get_event_status()
SEGGER_SYSVIEW_RecordExitISRToScheduler()
All items filtered out
Data Use
from
examples
pcnt_default_isr()
reads 17 variables and writes 3 variables:
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_THRES1
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_THRES0
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_LOW_LIMIT
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_HIGH_LIMIT
pcnt_ll_watch_event_id_t::PCNT_LL_WATCH_EVENT_ZERO_CROSS
pcnt_unit_zero_cross_mode_t::PCNT_UNIT_ZERO_CROSS_INVALID
pcnt_hal_context_t::dev
pcnt_group_t::hal
pcnt_unit_t::group
pcnt_unit_t::unit_id
pcnt_unit_t::low_limit
pcnt_unit_t::high_limit
pcnt_unit_t::accum_value
pcnt_unit_t::on_reach
pcnt_unit_t::user_data
pcnt_unit_t::
::accum_count
pcnt_unit_t::flags
All items filtered out
pcnt_default_isr()
pcnt_new_unit()
pcnt_unit_register_event_callbacks()
pcnt_unit_t::accum_value
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