ESP-IDF
i2s_channel_obj_t::apll_en
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
i2s_channel_obj_t::apll_en
i2s_channel_obj_t::apll_en field
Flag of whether APLL enabled
Syntax
Show:
Summary
Declaration
from
i2s_private.h:165
bool
apll_en
;
Examples
References
from
examples
Code
Location
Referrer
bool
apll_en
;
/*!< Flag of whether APLL enabled */
i2s_private.h:165
new_chan
->
apll_en
=
false
;
i2s_common.c:327
i2s_register_channel()
if
(
handle
->
apll_en
)
{
i2s_common.c:1045
i2s_del_channel()
handle
->
apll_en
=
true
;
i2s_pdm.c:195
i2s_channel_init_pdm_tx_mode()
handle
->
apll_en
=
true
;
i2s_pdm.c:237
i2s_channel_reconfig_pdm_tx_clock()
handle
->
apll_en
=
false
;
i2s_pdm.c:242
i2s_channel_reconfig_pdm_tx_clock()
handle
->
apll_en
=
true
;
i2s_pdm.c:481
i2s_channel_init_pdm_rx_mode()
handle
->
apll_en
=
true
;
i2s_pdm.c:528
i2s_channel_reconfig_pdm_rx_clock()
handle
->
apll_en
=
false
;
i2s_pdm.c:533
i2s_channel_reconfig_pdm_rx_clock()
handle
->
apll_en
=
true
;
i2s_std.c:230
i2s_channel_init_std_mode()
handle
->
apll_en
=
true
;
i2s_std.c:281
i2s_channel_reconfig_std_clock()
handle
->
apll_en
=
false
;
i2s_std.c:286
i2s_channel_reconfig_std_clock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_channel_obj_t::apll_en
is written by 7 functions and is read by 1 function:
i2s_register_channel()
i2s_channel_init_std_mode()
i2s_channel_reconfig_std_clock()
i2s_channel_init_pdm_tx_mode()
i2s_channel_reconfig_pdm_tx_clock()
i2s_channel_init_pdm_rx_mode()
i2s_channel_reconfig_pdm_rx_clock()
All items filtered out
i2s_channel_obj_t::apll_en
i2s_del_channel()
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