ESP-IDF
_pcnt_get_event_status()
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_get_event_status()
_pcnt_get_event_status() function
Syntax
Show:
Summary
Declaration
from
pcnt_legacy.c:234
static
inline
esp_err_t
_pcnt_get_event_status
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
uint32_t
*
status
)
;
Arguments
Argument
pcnt_port
unit
status
Examples
References
from
examples
Code
Location
Referrer
static
inline
esp_err_t
_pcnt_get_event_status
(
pcnt_port_t
pcnt_port
,
pcnt_unit_t
unit
,
uint32_t
*
status
)
pcnt_legacy.c:234
return
_pcnt_get_event_status
(
PCNT_PORT_0
,
unit
,
status
)
;
pcnt_legacy.c:496
pcnt_get_event_status()
Call Tree
from
examples
_pcnt_get_event_status()
is called by 1 function and calls 3 functions:
pcnt_get_event_status()
All items filtered out
_pcnt_get_event_status()
esp_log_timestamp()
esp_log_write()
pcnt_ll_get_unit_status()
All items filtered out
Data Use
from
examples
_pcnt_get_event_status()
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_get_event_status()
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