ESP-IDF
ledc_fade_t::ledc_fade_mux
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_fade_t::ledc_fade_mux
ledc_fade_t::ledc_fade_mux field
Syntax
Show:
Summary
Declaration
from
ledc.c:84
SemaphoreHandle_t
ledc_fade_mux
;
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
ledc_fade_mux
;
ledc.c:84
xSemaphoreTake
(
fade
->
ledc_fade_mux
,
portMAX_DELAY
)
;
ledc.c:228
_ledc_op_lock_acquire()
xSemaphoreGive
(
fade
->
ledc_fade_mux
)
;
ledc.c:236
_ledc_op_lock_release()
if
(
s_ledc_fade_rec
[
speed_mode
]
[
channel
]
->
ledc_fade_mux
)
{
ledc.c:1288
ledc_fade_channel_deinit()
vSemaphoreDelete
(
s_ledc_fade_rec
[
speed_mode
]
[
channel
]
->
ledc_fade_mux
)
;
ledc.c:1289
ledc_fade_channel_deinit()
s_ledc_fade_rec
[
speed_mode
]
[
channel
]
->
ledc_fade_mux
=
NULL
;
ledc.c:1290
ledc_fade_channel_deinit()
s_ledc_fade_rec
[
speed_mode
]
[
channel
]
->
ledc_fade_mux
=
xSemaphoreCreateMutex
(
)
;
ledc.c:1316
ledc_fade_channel_init_check()
&&
s_ledc_fade_rec
[
speed_mode
]
[
channel
]
->
ledc_fade_mux
ledc.c:1321
ledc_fade_channel_init_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ledc_fade_t::ledc_fade_mux
is written by 2 functions and is read by 4 functions:
ledc_fade_channel_deinit()
ledc_fade_channel_init_check()
All items filtered out
ledc_fade_t::ledc_fade_mux
_ledc_op_lock_acquire()
_ledc_op_lock_release()
ledc_fade_channel_deinit()
ledc_fade_channel_init_check()
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