ESP-IDF
i2s_hal_slot_config_t::
::
::bit_shift
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_hal_slot_config_t::
::
::bit_shift
i2s_hal_slot_config_t::
::
::bit_shift field
Set to enable bit shift in Philips mode
Syntax
Show:
Summary
Declaration
from
i2s_hal.h:43
bool
bit_shift
;
Examples
References
from
examples
Code
Location
Referrer
bool
bit_shift
;
/*!< Set to enable bit shift in Philips mode */
i2s_hal.h:43
i2s_ll_tx_enable_msb_shift
(
hal
->
dev
,
slot_cfg
->
std
.
bit_shift
)
;
i2s_hal.c:149
i2s_hal_std_set_tx_slot()
i2s_ll_rx_enable_msb_shift
(
hal
->
dev
,
slot_cfg
->
std
.
bit_shift
)
;
i2s_hal.c:181
i2s_hal_std_set_rx_slot()
SLOT_CFG
(
std
)
.
bit_shift
=
true
;
i2s_legacy.c:1374
i2s_config_transfer()
SLOT_CFG
(
std
)
.
bit_shift
=
true
;
i2s_legacy.c:1377
i2s_config_transfer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_hal_slot_config_t::
::
::bit_shift
is written by 1 function and is read by 2 functions:
i2s_config_transfer()
All items filtered out
i2s_hal_slot_config_t::
::
::bit_shift
i2s_hal_std_set_tx_slot()
i2s_hal_std_set_rx_slot()
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