ESP-IDF
clkout_channel_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
clkout_channel_free()
clkout_channel_free() function
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:154
static
void
clkout_channel_free
(
clkout_channel_handle_t
*
channel_hdl
)
;
Arguments
Argument
channel_hdl
Related Functions
Found 1 other functions taking a
clkout_channel_handle
argument:
Function
clkout_mapping_alloc()
Examples
References
from
examples
Code
Location
Referrer
static
void
clkout_channel_free
(
clkout_channel_handle_t
*
channel_hdl
)
esp_clock_output.c:154
clkout_channel_free
(
mapping_hdl
->
clkout_channel_hdl
)
;
esp_clock_output.c:173
clkout_mapping_free()
Call Tree
from
examples
clkout_channel_free()
is called by 1 function and calls 3 functions:
clkout_mapping_free()
All items filtered out
clkout_channel_free()
vPortEnterCritical()
vPortExitCritical()
clk_hal_clock_output_teardown()
All items filtered out
Data Use
from
examples
clkout_channel_free()
reads 3 variables and writes 3 variables:
soc_clkout_sig_id_t::CLKOUT_SIG_INVALID
clkout_channel_handle::channel_id
clkout_channel_handle::ref_cnt
All items filtered out
clkout_channel_free()
clkout_channel_handle::is_mapped
clkout_channel_handle::mapped_clock
clkout_channel_handle::ref_cnt
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