ESP-IDF
timer_get_counter_time_sec()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
timer_get_counter_time_sec()
timer_get_counter_time_sec() function
Syntax
Show:
Summary
Declaration
from
timer_legacy.c:79
esp_err_t
timer_get_counter_time_sec
(
timer_group_t
group_num
,
timer_idx_t
timer_num
,
double
*
time
)
;
Arguments
Argument
group_num
timer_num
time
Examples
References
from
examples
Code
Location
esp_err_t
timer_get_counter_time_sec
(
timer_group_t
group_num
,
timer_idx_t
timer_num
,
double
*
time
)
timer_legacy.c:79
Call Tree
from
examples
timer_get_counter_time_sec()
calls 4 functions:
All items filtered out
timer_get_counter_time_sec()
esp_log_timestamp()
esp_log_write()
esp_clk_tree_src_get_freq_hz()
timer_hal_capture_and_get_counter_value()
All items filtered out
Data Use
from
examples
timer_get_counter_time_sec()
reads 12 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
esp_clk_tree_src_freq_precision_t::ESP_CLK_TREE_SRC_FREQ_PRECISION_CACHED
timer_group_t::TIMER_GROUP_MAX
timer_idx_t::TIMER_MAX
p_timer_obj
TIMER_TAG
timer_obj_t::clk_src
timer_obj_t::divider
All items filtered out
timer_get_counter_time_sec()
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