ESP-IDF
i2s_hal_slot_config_t::
::
::ws_pol
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_hal_slot_config_t::
::
::ws_pol
i2s_hal_slot_config_t::
::
::ws_pol field
WS signal polarity, set true to enable high lever first
Syntax
Show:
Summary
Declaration
from
i2s_hal.h:42
bool
ws_pol
;
Examples
References
from
examples
Code
Location
Referrer
bool
ws_pol
;
/*!< WS signal polarity, set true to enable high lever first */
i2s_hal.h:42
i2s_ll_tx_enable_right_first
(
hal
->
dev
,
slot_cfg
->
std
.
ws_pol
)
;
i2s_hal.c:156
i2s_hal_std_set_tx_slot()
i2s_ll_rx_enable_right_first
(
hal
->
dev
,
slot_cfg
->
std
.
ws_pol
)
;
i2s_hal.c:186
i2s_hal_std_set_rx_slot()
slot_cfg
->
std
.
ws_pol
=
!
slot_cfg
->
std
.
ws_pol
;
i2s_legacy.c:1147
i2s_set_clk()
SLOT_CFG
(
std
)
.
ws_pol
=
false
;
i2s_legacy.c:1364
i2s_config_transfer()
SLOT_CFG
(
std
)
.
ws_pol
=
true
;
i2s_legacy.c:1379
i2s_config_transfer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_hal_slot_config_t::
::
::ws_pol
is written by 2 functions and is read by 3 functions:
i2s_set_clk()
i2s_config_transfer()
All items filtered out
i2s_hal_slot_config_t::
::
::ws_pol
i2s_set_clk()
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