ESP-IDF
timer_isr_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
timer_isr_t
timer_isr_t
Interrupt handler callback function
Syntax
Show:
Summary
Declaration
from
timer_types_legacy.h:122
typedef
bool
(
*
timer_isr_t
)
(
void
*
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
bool
(
*
timer_isr_t
)
(
void
*
)
;
timer_types_legacy.h:122
timer_isr_t
fn
;
/*!< isr function */
timer_legacy.c:46
esp_err_t
timer_isr_callback_add
(
timer_group_t
group_num
,
timer_idx_t
timer_num
,
timer_isr_t
isr_handler
,
void
*
args
,
int
intr_alloc_flags
)
timer_legacy.c:270
timer_isr_callback_add()
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
Lifecycle
from
examples
All items filtered out
All items filtered out