ESP-IDF
timer_start()
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_start()
timer_start() function
Syntax
Show:
Summary
Declaration
from
timer_legacy.c:107
esp_err_t
timer_start
(
timer_group_t
group_num
,
timer_idx_t
timer_num
)
;
Arguments
Argument
group_num
timer_num
Examples
References
from
examples
Code
Location
esp_err_t
timer_start
(
timer_group_t
group_num
,
timer_idx_t
timer_num
)
timer_legacy.c:107
Call Tree
from
examples
timer_start()
calls 5 functions:
All items filtered out
timer_start()
vPortEnterCriticalSafe()
vPortExitCriticalSafe()
esp_log_timestamp()
esp_log_write()
timer_ll_enable_counter()
All items filtered out
Data Use
from
examples
timer_start()
reads 12 variables and writes 1 variable:
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
timer_group_t::TIMER_GROUP_MAX
timer_idx_t::TIMER_MAX
timer_hal_context_t::dev
p_timer_obj
timer_spinlock
TIMER_TAG
timer_obj_t::hal
All items filtered out
timer_start()
timer_obj_t::counter_en
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