ESP-IDF
clkout_channel_handle::clkout_channel_lock
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
clkout_channel_handle::clkout_channel_lock
clkout_channel_handle::clkout_channel_lock field
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:27
portMUX_TYPE
clkout_channel_lock
;
Examples
References
from
examples
Code
Location
Referrer
portMUX_TYPE
clkout_channel_lock
;
esp_clock_output.c:27
.
clkout_channel_lock
=
portMUX_INITIALIZER_UNLOCKED
,
esp_clock_output.c:49
portENTER_CRITICAL
(
&
s_clkout_handle
[
channel_num
]
.
clkout_channel_lock
)
;
esp_clock_output.c:62
clkout_channel_alloc()
portEXIT_CRITICAL
(
&
s_clkout_handle
[
channel_num
]
.
clkout_channel_lock
)
;
esp_clock_output.c:73
clkout_channel_alloc()
portENTER_CRITICAL
(
&
allocated_channel
->
clkout_channel_lock
)
;
esp_clock_output.c:93
clkout_channel_alloc()
portEXIT_CRITICAL
(
&
allocated_channel
->
clkout_channel_lock
)
;
esp_clock_output.c:105
clkout_channel_alloc()
portENTER_CRITICAL
(
&
channel_hdl
->
clkout_channel_lock
)
;
esp_clock_output.c:156
clkout_channel_free()
portEXIT_CRITICAL
(
&
channel_hdl
->
clkout_channel_lock
)
;
esp_clock_output.c:167
clkout_channel_free()
portENTER_CRITICAL
(
&
mapping_hdl
->
clkout_channel_hdl
->
clkout_channel_lock
)
;
esp_clock_output.c:180
clkout_mapping_free()
portEXIT_CRITICAL
(
&
mapping_hdl
->
clkout_channel_hdl
->
clkout_channel_lock
)
;
esp_clock_output.c:182
clkout_mapping_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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