ESP-IDF
_pcnt_get_event_value()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_get_event_value()
_pcnt_get_event_value() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:209
static
inline
esp_err_t
_pcnt_get_event_value
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
int16_t
*
value
)
;
Arguments
Argument
pcnt_port
unit
evt_type
value
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_get_event_value
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
pcnt_evt_type_t
evt_type
,
int16_t
*
value
)
pcnt_legacy.c:209
return
_pcnt_get_event_value
(
PCNT_PORT_0
,
unit
,
evt_type
,
value
)
;
pcnt_legacy.c:491
pcnt_get_event_value()
Call Tree
from
examples
_pcnt_get_event_value()
is called by 1 function and calls 5 functions:
pcnt_get_event_value()
All items filtered out
_pcnt_get_event_value()
esp_log_timestamp()
esp_log_write()
pcnt_ll_get_high_limit_value()
pcnt_ll_get_low_limit_value()
pcnt_ll_get_thres_value()
All items filtered out
Data Use
from
examples
_pcnt_get_event_value()
reads 15 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_evt_type_t::PCNT_EVT_THRES_1
pcnt_evt_type_t::PCNT_EVT_THRES_0
pcnt_evt_type_t::PCNT_EVT_L_LIM
pcnt_evt_type_t::PCNT_EVT_H_LIM
pcnt_evt_type_t::PCNT_EVT_MAX
pcnt_hal_context_t::dev
TAG
pcnt_obj_t::hal
p_pcnt_obj
All items filtered out
_pcnt_get_event_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