ESP-IDF
ledc_obj_t::glb_clk_is_acquired
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
ledc_obj_t::glb_clk_is_acquired
ledc_obj_t::glb_clk_is_acquired field
Tracks whether the global clock is being acquired by each timer
Syntax
Show:
Summary
Declaration
from
ledc.c:94
bool
glb_clk_is_acquired
[
LEDC_TIMER_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
bool
glb_clk_is_acquired
[
LEDC_TIMER_MAX
]
;
/*!< Tracks whether the global clock is being acquired by each timer */
ledc.c:94
if
(
p_ledc_obj
[
speed_mode
]
->
glb_clk_is_acquired
[
timer_sel
]
&&
p_ledc_obj
[
speed_mode
]
->
glb_clk
!=
LEDC_SLOW_CLK_UNINIT
&&
!
p_ledc_obj
[
speed_mode
]
->
glb_clk_xpd
)
{
ledc.c:319
ledc_timer_clk_src_set_xpd_in_sleep()
if
(
i
!=
timer_num
&&
p_ledc_obj
[
speed_mode
]
->
glb_clk_is_acquired
[
i
]
)
{
ledc.c:683
ledc_set_timer_div()
p_ledc_obj
[
speed_mode
]
->
glb_clk_is_acquired
[
timer_num
]
=
true
;
ledc.c:690
ledc_set_timer_div()
if
(
p_ledc_obj
[
speed_mode
]
->
glb_clk_is_acquired
[
timer_sel
]
==
false
&&
p_ledc_obj
[
speed_mode
]
->
timer_specific_clk
[
timer_sel
]
==
LEDC_TIMER_SPECIFIC_CLK_UNINIT
)
ledc.c:741
ledc_timer_del()
p_ledc_obj
[
speed_mode
]
->
glb_clk_is_acquired
[
timer_sel
]
=
false
;
ledc.c:749
ledc_timer_del()
if
(
p_ledc_obj
[
speed_mode
]
->
glb_clk_is_acquired
[
timer_sel
]
&&
p_ledc_obj
[
speed_mode
]
->
timer_xpd_ref_cnt
[
i
]
>
0
)
{
ledc.c:756
ledc_timer_del()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_obj_t::glb_clk_is_acquired
is read by 3 functions:
All items filtered out
ledc_obj_t::glb_clk_is_acquired
ledc_timer_clk_src_set_xpd_in_sleep()
ledc_set_timer_div()
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