ESP-IDF
gptimer_config_t::intr_priority
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gptimer_config_t::intr_priority
gptimer_config_t::intr_priority field
GPTimer interrupt priority, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3)
Syntax
Show:
Summary
Declaration
from
gptimer.h:27
int
intr_priority
;
Examples
References
from
examples
Code
Location
Referrer
int
intr_priority
;
/*!< GPTimer interrupt priority,
gptimer.h:27
if
(
config
->
intr_priority
)
{
gptimer.c:146
gptimer_new_timer()
ESP_RETURN_ON_FALSE
(
1
<
<
(
config
->
intr_priority
)
&
GPTIMER_ALLOW_INTR_PRIORITY_MASK
,
ESP_ERR_INVALID_ARG
,
gptimer.c:147
gptimer_new_timer()
TAG
,
"invalid interrupt priority:%d"
,
config
->
intr_priority
)
;
gptimer.c:148
gptimer_new_timer()
timer
->
intr_priority
=
config
->
intr_priority
;
gptimer.c:189
gptimer_new_timer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gptimer_config_t::intr_priority
is read by 1 function:
All items filtered out
gptimer_config_t::intr_priority
gptimer_new_timer()
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