ESP-IDF
timer_intr_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_intr_t
timer_intr_t enum
Syntax
Show:
Summary
Declaration
from
timer_types_legacy.h:44
enum
{
TIMER_INTR_T0
=
1
<
<
0
,
#if
SOC_TIMER_GROUP_TIMERS_PER_GROUP
>
1
TIMER_INTR_T1
=
1
<
<
1
,
TIMER_INTR_WDT
=
1
<
<
2
,
#else
TIMER_INTR_WDT
=
1
<
<
1
,
#endif
TIMER_INTR_NONE
=
0
}
;
Values
Value
Declared as
Description
timer_intr_t::TIMER_INTR_T0
=
1
<
<
0
interrupt of timer 0.
timer_intr_t::TIMER_INTR_T1
=
1
<
<
1
interrupt of timer 1.
timer_intr_t::TIMER_INTR_WDT
=
1
<
<
2
interrupt of watchdog.
timer_intr_t::TIMER_INTR_NONE
=
0
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
timer_types_legacy.h:44
}
timer_intr_t
;
timer_types_legacy.h:53
esp_err_t
timer_group_intr_enable
(
timer_group_t
group_num
,
timer_intr_t
en_mask
)
timer_legacy.c:403
timer_group_intr_enable()
timer_group_intr_enable()::en_mask
esp_err_t
timer_group_intr_disable
(
timer_group_t
group_num
,
timer_intr_t
disable_mask
)
timer_legacy.c:413
timer_group_intr_disable()
timer_group_intr_disable()::disable_mask
}
timer_intr_t
;
timer_types_legacy.h:53
timer_intr_t
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_group_intr_enable()::en_mask
timer_group_intr_enable()
timer_legacy.c:403
timer_group_intr_disable()::disable_mask
timer_group_intr_disable()
timer_legacy.c:413
Lifecycle
from
examples
All items filtered out
All items filtered out