ESP-IDF
i2s_dev_s::
::
::rx_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::
::
::rx_chan_mod
i2s_dev_s::
::
::rx_chan_mod field
Syntax
Show:
Summary
Declaration
from
i2s_struct.h:172
uint32_t
rx_chan_mod
:
2
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
rx_chan_mod
:
2
;
i2s_struct.h:172
hw
->
conf_chan
.
rx_chan_mod
=
1
;
i2s_ll.h:797
i2s_ll_rx_select_pdm_slot()
hw
->
conf_chan
.
rx_chan_mod
=
2
;
i2s_ll.h:800
i2s_ll_rx_select_pdm_slot()
hw
->
conf_chan
.
rx_chan_mod
=
0
;
i2s_ll.h:803
i2s_ll_rx_select_pdm_slot()
hw
->
conf_chan
.
rx_chan_mod
=
is_msb_right
?
1
:
2
;
i2s_ll.h:864
i2s_ll_rx_select_std_slot()
hw
->
conf_chan
.
rx_chan_mod
=
is_msb_right
?
2
:
1
;
i2s_ll.h:867
i2s_ll_rx_select_std_slot()
hw
->
conf_chan
.
rx_chan_mod
=
0
;
i2s_ll.h:870
i2s_ll_rx_select_std_slot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_dev_s::
::
::rx_chan_mod
is written by 2 functions:
i2s_ll_rx_select_pdm_slot()
i2s_ll_rx_select_std_slot()
All items filtered out
i2s_dev_s::
::
::rx_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