ESP-IDF
i2s_controller_t::mclk_out_hdl
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
i2s_controller_t::mclk_out_hdl
i2s_controller_t::mclk_out_hdl field
The handle of MCLK output signal
Syntax
Show:
Summary
Declaration
from
i2s_private.h:147
esp_clock_output_mapping_handle_t
mclk_out_hdl
;
Examples
References
from
examples
Code
Location
Referrer
esp_clock_output_mapping_handle_t
mclk_out_hdl
;
/*!< The handle of MCLK output signal */
i2s_private.h:147
if
(
(
*
i2s_obj
)
->
mclk_out_hdl
)
{
i2s_common.c:202
i2s_destroy_controller_obj()
esp_clock_output_stop
(
(
*
i2s_obj
)
->
mclk_out_hdl
)
;
i2s_common.c:203
i2s_destroy_controller_obj()
if
(
g_i2s
.
controller
[
id
]
->
mclk_out_hdl
==
NULL
)
{
i2s_common.c:908
i2s_check_set_mclk()
ESP_RETURN_ON_ERROR
(
esp_clock_output_start
(
clkout_sig
,
gpio_num
,
&
(
g_i2s
.
controller
[
id
]
->
mclk_out_hdl
)
)
,
TAG
,
"mclk configure failed"
)
;
i2s_common.c:911
i2s_check_set_mclk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_controller_t::mclk_out_hdl
is read by 2 functions:
All items filtered out
i2s_controller_t::mclk_out_hdl
i2s_destroy_controller_obj()
i2s_check_set_mclk()
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