ESP-IDF
ledc_obj_t::timer_is_stopped
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ledc_obj_t::timer_is_stopped
ledc_obj_t::timer_is_stopped field
Indicates whether each timer has been stopped
Syntax
Show:
Summary
Declaration
from
ledc.c:93
bool
timer_is_stopped
[
LEDC_TIMER_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
bool
timer_is_stopped
[
LEDC_TIMER_MAX
]
;
/*!< Indicates whether each timer has been stopped */
ledc.c:93
p_ledc_obj
[
speed_mode
]
->
timer_is_stopped
[
timer_sel
]
=
true
;
ledc.c:378
ledc_timer_pause()
p_ledc_obj
[
speed_mode
]
->
timer_is_stopped
[
timer_sel
]
=
false
;
ledc.c:390
ledc_timer_resume()
}
else
if
(
p_ledc_obj
[
speed_mode
]
->
timer_is_stopped
[
timer_sel
]
==
true
)
{
ledc.c:747
ledc_timer_del()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_obj_t::timer_is_stopped
is read by 3 functions:
All items filtered out
ledc_obj_t::timer_is_stopped
ledc_timer_pause()
ledc_timer_resume()
ledc_timer_del()
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