ESP-IDF
i2s_dev_s::
::
::tx_chan_mod
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_dev_s::
::
::tx_chan_mod
i2s_dev_s::
::
::tx_chan_mod field
Syntax
Show:
Summary
Declaration
from
i2s_struct.h:171
uint32_t
tx_chan_mod
:
3
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
tx_chan_mod
:
3
;
i2s_struct.h:171
hw
->
conf_chan
.
tx_chan_mod
=
3
;
i2s_ll.h:759
i2s_ll_tx_select_pdm_slot()
hw
->
conf_chan
.
tx_chan_mod
=
4
;
i2s_ll.h:762
i2s_ll_tx_select_pdm_slot()
hw
->
conf_chan
.
tx_chan_mod
=
1
;
// 1 & 2 has same effect
i2s_ll.h:765
i2s_ll_tx_select_pdm_slot()
hw
->
conf_chan
.
tx_chan_mod
=
1
;
i2s_ll.h:774
i2s_ll_tx_select_pdm_slot()
hw
->
conf_chan
.
tx_chan_mod
=
2
;
i2s_ll.h:777
i2s_ll_tx_select_pdm_slot()
hw
->
conf_chan
.
tx_chan_mod
=
0
;
i2s_ll.h:780
i2s_ll_tx_select_pdm_slot()
hw
->
conf_chan
.
tx_chan_mod
=
3
;
i2s_ll.h:823
i2s_ll_tx_select_std_slot()
hw
->
conf_chan
.
tx_chan_mod
=
4
;
i2s_ll.h:826
i2s_ll_tx_select_std_slot()
hw
->
conf_chan
.
tx_chan_mod
=
1
;
// 1 & 2 has same effect
i2s_ll.h:829
i2s_ll_tx_select_std_slot()
hw
->
conf_chan
.
tx_chan_mod
=
1
;
i2s_ll.h:838
i2s_ll_tx_select_std_slot()
hw
->
conf_chan
.
tx_chan_mod
=
2
;
i2s_ll.h:841
i2s_ll_tx_select_std_slot()
hw
->
conf_chan
.
tx_chan_mod
=
0
;
i2s_ll.h:844
i2s_ll_tx_select_std_slot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_dev_s::
::
::tx_chan_mod
is written by 2 functions:
i2s_ll_tx_select_pdm_slot()
i2s_ll_tx_select_std_slot()
All items filtered out
i2s_dev_s::
::
::tx_chan_mod
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