ESP-IDF
i2s_controller_t::full_duplex
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::full_duplex
i2s_controller_t::full_duplex field
is full_duplex
Syntax
Show:
Summary
Declaration
from
i2s_private.h:137
bool
full_duplex
;
Examples
References
from
examples
Code
Location
Referrer
bool
full_duplex
;
/*!< is full_duplex */
i2s_private.h:137
pre_alloc
->
full_duplex
=
false
;
i2s_common.c:244
i2s_acquire_controller_obj()
if
(
handle
->
controller
->
full_duplex
)
{
i2s_common.c:849
i2s_output_gpio_reserve()
if
(
handle
->
controller
->
full_duplex
)
{
i2s_common.c:863
i2s_output_gpio_revoke()
i2s_obj
->
full_duplex
=
true
;
i2s_common.c:1003
i2s_new_channel()
i2s_obj
->
full_duplex
=
false
;
i2s_common.c:1098
i2s_del_channel()
i2s_obj
->
full_duplex
=
false
;
i2s_common.c:1102
i2s_del_channel()
if
(
handle
->
controller
->
full_duplex
)
{
i2s_common.c:1144
i2s_channel_get_info()
i2s_ll_share_bck_ws
(
handle
->
controller
->
hal
.
dev
,
handle
->
controller
->
full_duplex
)
;
i2s_pdm.c:104
i2s_pdm_tx_set_slot()
if
(
!
handle
->
controller
->
full_duplex
)
{
i2s_pdm.c:147
i2s_pdm_tx_set_gpio()
i2s_ll_share_bck_ws
(
handle
->
controller
->
hal
.
dev
,
handle
->
controller
->
full_duplex
)
;
i2s_pdm.c:392
i2s_pdm_rx_set_slot()
bool
is_slave
=
(
handle
->
role
==
I2S_ROLE_SLAVE
)
|
handle
->
controller
->
full_duplex
;
i2s_pdm.c:403
i2s_pdm_rx_set_slot()
if
(
!
handle
->
controller
->
full_duplex
)
{
i2s_pdm.c:440
i2s_pdm_rx_set_gpio()
if
(
handle
->
controller
->
full_duplex
)
{
i2s_std.c:116
i2s_std_set_slot()
if
(
handle
->
dir
==
I2S_DIR_TX
&&
!
handle
->
controller
->
full_duplex
)
{
i2s_std.c:172
i2s_std_set_gpio()
if
(
handle
->
dir
==
I2S_DIR_RX
&&
!
handle
->
controller
->
full_duplex
)
{
i2s_std.c:187
i2s_std_set_gpio()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_controller_t::full_duplex
is written by 3 functions and is read by 9 functions:
i2s_acquire_controller_obj()
i2s_new_channel()
i2s_del_channel()
All items filtered out
i2s_controller_t::full_duplex
i2s_output_gpio_reserve()
i2s_output_gpio_revoke()
i2s_channel_get_info()
i2s_std_set_slot()
i2s_std_set_gpio()
i2s_pdm_tx_set_slot()
i2s_pdm_tx_set_gpio()
i2s_pdm_rx_set_slot()
i2s_pdm_rx_set_gpio()
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