ESP-IDF
timer_autoreload_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
timer_autoreload_t
timer_autoreload_t enum
Syntax
Show:
Summary
Declaration
from
timer_types_legacy.h:92
enum
{
TIMER_AUTORELOAD_DIS
=
0
,
TIMER_AUTORELOAD_EN
=
1
,
TIMER_AUTORELOAD_MAX
,
}
;
Values
Value
Declared as
Description
timer_autoreload_t::TIMER_AUTORELOAD_DIS
=
0
Disable auto-reload: hardware will not load counter value after an alarm event.
timer_autoreload_t::TIMER_AUTORELOAD_EN
=
1
Enable auto-reload: hardware will load counter value after an alarm event.
timer_autoreload_t::TIMER_AUTORELOAD_MAX
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
timer_types_legacy.h:92
}
timer_autoreload_t
;
timer_types_legacy.h:96
esp_err_t
timer_set_auto_reload
(
timer_group_t
group_num
,
timer_idx_t
timer_num
,
timer_autoreload_t
reload
)
timer_legacy.c:143
timer_set_auto_reload()
timer_set_auto_reload()::reload
}
timer_autoreload_t
;
timer_types_legacy.h:96
timer_autoreload_t
timer_autoreload_t
auto_reload
;
/*!< Timer auto-reload */
timer_types_legacy.h:137
timer_config_t
timer_config_t::auto_reload
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
timer_config_t::auto_reload
timer_config_t
timer_types_legacy.h:137
timer_set_auto_reload()::reload
timer_set_auto_reload()
timer_legacy.c:143
Lifecycle
from
examples
All items filtered out
All items filtered out