ESP-IDF
_pcnt_intr_enable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_intr_enable()
_pcnt_intr_enable() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:145
static
inline
esp_err_t
_pcnt_intr_enable
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
pcnt_unit
,
bool
enable
)
;
Arguments
Argument
pcnt_port
pcnt_unit
enable
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_intr_enable
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
pcnt_unit
,
bool
enable
)
pcnt_legacy.c:145
_pcnt_intr_enable
(
PCNT_PORT_0
,
unit
,
false
)
;
pcnt_legacy.c:277
_pcnt_isr_handler_add()
_pcnt_intr_enable
(
PCNT_PORT_0
,
unit
,
true
)
;
pcnt_legacy.c:284
_pcnt_isr_handler_add()
_pcnt_intr_enable
(
PCNT_PORT_0
,
unit
,
false
)
;
pcnt_legacy.c:295
_pcnt_isr_handler_remove()
return
_pcnt_intr_enable
(
PCNT_PORT_0
,
pcnt_unit
,
true
)
;
pcnt_legacy.c:466
pcnt_intr_enable()
return
_pcnt_intr_enable
(
PCNT_PORT_0
,
pcnt_unit
,
false
)
;
pcnt_legacy.c:471
pcnt_intr_disable()
Call Tree
from
examples
_pcnt_intr_enable()
is called by 4 functions and calls 5 functions:
_pcnt_isr_handler_add()
_pcnt_isr_handler_remove()
pcnt_intr_enable()
pcnt_intr_disable()
All items filtered out
_pcnt_intr_enable()
vPortEnterCritical()
esp_log_timestamp()
esp_log_write()
vPortExitCritical()
pcnt_ll_enable_intr()
All items filtered out
Data Use
from
examples
_pcnt_intr_enable()
reads 10 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
pcnt_port_t::PCNT_PORT_MAX
pcnt_hal_context_t::dev
TAG
pcnt_obj_t::hal
p_pcnt_obj
All items filtered out
_pcnt_intr_enable()
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