ESP-IDF
timer_config_t::intr_type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_config_t::intr_type
timer_config_t::intr_type field
Interrupt mode
Syntax
Show:
Summary
Declaration
from
timer_types_legacy.h:135
timer_intr_mode_t
intr_type
;
Examples
References
from
examples
Code
Location
Referrer
timer_intr_mode_t
intr_type
;
/*!< Interrupt mode */
timer_types_legacy.h:135
ESP_RETURN_ON_FALSE
(
config
->
intr_type
<
TIMER_INTR_MAX
,
ESP_ERR_INVALID_ARG
,
TIMER_TAG
,
"only support Level Interrupt"
)
;
timer_legacy.c:309
timer_init()
config
->
intr_type
=
TIMER_INTR_LEVEL
;
timer_legacy.c:398
timer_get_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timer_config_t::intr_type
is written by 1 function and is read by 1 function:
timer_get_config()
All items filtered out
timer_config_t::intr_type
timer_init()
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