ESP-IDF
clkout_channel_alloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
clkout_channel_alloc()
clkout_channel_alloc() function
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:53
static
clkout_channel_handle_t
*
clkout_channel_alloc
(
soc_clkout_sig_id_t
clk_sig
,
gpio_num_t
gpio_num
)
;
Arguments
Argument
clk_sig
gpio_num
Examples
References
from
examples
Code
Location
Referrer
static
clkout_channel_handle_t
*
clkout_channel_alloc
(
soc_clkout_sig_id_t
clk_sig
,
gpio_num_t
gpio_num
)
esp_clock_output.c:53
clkout_channel_handle_t
*
channel_hdl
=
clkout_channel_alloc
(
clk_sig
,
gpio_num
)
;
esp_clock_output.c:210
esp_clock_output_start()
Call Tree
from
examples
clkout_channel_alloc()
is called by 1 function and calls 3 functions:
esp_clock_output_start()
All items filtered out
clkout_channel_alloc()
vPortEnterCritical()
vPortExitCritical()
clk_hal_clock_output_setup()
All items filtered out
Data Use
from
examples
clkout_channel_alloc()
reads 12 variables and writes 5 variables:
gpio_num_t::GPIO_NUM_0
gpio_num_t::GPIO_NUM_1
gpio_num_t::GPIO_NUM_3
clock_out_channel::CLKOUT_CHANNEL_1
clock_out_channel::CLKOUT_CHANNEL_2
clock_out_channel::CLKOUT_CHANNEL_3
clkout_channel_handle::is_mapped
clkout_channel_handle::mapped_clock
clkout_channel_handle::channel_id
clkout_channel_handle::ref_cnt
clkout_channel_handle::mapped_io_bmap
s_clkout_handle
All items filtered out
clkout_channel_alloc()
clkout_channel_handle::is_mapped
clkout_channel_handle::mapped_clock
clkout_channel_handle::channel_id
clkout_channel_handle::ref_cnt
clkout_channel_handle::mapped_io_bmap
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