ESP-IDF
ledc_obj_t::channel_keep_alive
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::channel_keep_alive
ledc_obj_t::channel_keep_alive field
Records whether each channel needs to keep output during sleep
Syntax
Show:
Summary
Declaration
from
ledc.c:99
bool
channel_keep_alive
[
LEDC_CHANNEL_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
bool
channel_keep_alive
[
LEDC_CHANNEL_MAX
]
;
/*!< Records whether each channel needs to keep output during sleep */
ledc.c:99
if
(
p_ledc_obj
[
speed_mode
]
->
channel_keep_alive
[
channel
]
&&
old_timer_sel
!=
timer_sel
)
{
ledc.c:347
ledc_bind_channel_timer()
p_ledc_obj
[
speed_mode
]
->
channel_keep_alive
[
ledc_channel
]
=
true
;
ledc.c:915
ledc_channel_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_obj_t::channel_keep_alive
is read by 2 functions:
All items filtered out
ledc_obj_t::channel_keep_alive
ledc_bind_channel_timer()
ledc_channel_config()
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