ESP-IDF
clkout_channel_handle::mapped_clock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::mapped_clock
clkout_channel_handle::mapped_clock field
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:23
soc_clkout_sig_id_t
mapped_clock
;
Examples
References
from
examples
Code
Location
Referrer
soc_clkout_sig_id_t
mapped_clock
;
esp_clock_output.c:23
(
s_clkout_handle
[
channel_num
]
.
mapped_clock
==
clk_sig
)
)
{
esp_clock_output.c:67
clkout_channel_alloc()
allocated_channel
->
mapped_clock
=
clk_sig
;
esp_clock_output.c:95
clkout_channel_alloc()
channel_hdl
->
mapped_clock
=
CLKOUT_SIG_INVALID
;
esp_clock_output.c:164
clkout_channel_free()
ESP_RETURN_ON_FALSE
(
!
(
(
hdl
->
mapped_io
==
gpio_num
)
&&
(
hdl
->
clkout_channel_hdl
->
mapped_clock
!=
clk_sig
)
)
,
ESP_ERR_INVALID_ARG
,
TAG
,
"Selected io is already mapped by another signal"
)
;
esp_clock_output.c:207
esp_clock_output_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
clkout_channel_handle::mapped_clock
is written by 2 functions and is read by 2 functions:
clkout_channel_alloc()
clkout_channel_free()
All items filtered out
clkout_channel_handle::mapped_clock
clkout_channel_alloc()
esp_clock_output_start()
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