ESP-IDF
clkout_channel_handle::channel_id
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::channel_id
clkout_channel_handle::channel_id field
Syntax
Show:
Summary
Declaration
from
esp_clock_output.c:24
clock_out_channel_t
channel_id
;
Examples
References
from
examples
Code
Location
Referrer
clock_out_channel_t
channel_id
;
esp_clock_output.c:24
allocated_channel
->
channel_id
=
(
clock_out_channel_t
)
channel_num
;
esp_clock_output.c:71
clkout_channel_alloc()
clk_hal_clock_output_setup
(
clk_sig
,
allocated_channel
->
channel_id
)
;
esp_clock_output.c:102
clkout_channel_alloc()
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
gpio_num
]
,
CLKOUT_CHANNEL_TO_IOMUX_FUNC
(
allocated_mapping
->
clkout_channel_hdl
->
channel_id
)
)
;
esp_clock_output.c:142
clkout_mapping_alloc()
clk_hal_clock_output_teardown
(
channel_hdl
->
channel_id
)
;
esp_clock_output.c:162
clkout_channel_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
clkout_channel_handle::channel_id
is written by 1 function and is read by 3 functions:
clkout_channel_alloc()
All items filtered out
clkout_channel_handle::channel_id
clkout_channel_alloc()
clkout_mapping_alloc()
clkout_channel_free()
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