ESP-IDF
i2s_dev_s::conf2
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_dev_s::conf2
i2s_dev_s::conf2 field
Syntax
Show:
Summary
Declaration
from
i2s_struct.h:369
union
{
struct
{
uint32_t
camera_en
:
1
;
uint32_t
lcd_tx_wrx2_en
:
1
;
uint32_t
lcd_tx_sdx2_en
:
1
;
uint32_t
data_enable_test_en
:
1
;
uint32_t
data_enable
:
1
;
uint32_t
lcd_en
:
1
;
uint32_t
ext_adc_start_en
:
1
;
uint32_t
inter_valid_en
:
1
;
uint32_t
reserved8
:
24
;
}
;
uint32_t
val
;
}
conf2
;
Examples
References
from
examples
Code
Location
Referrer
}
conf2
;
i2s_struct.h:382
hw
->
conf2
.
val
=
0
;
i2s_ll.h:145
i2s_ll_enable_core_clock()
hw
->
conf2
.
val
=
0
;
i2s_ll.h:944
i2s_ll_tx_enable_std()
hw
->
conf2
.
val
=
0
;
i2s_ll.h:956
i2s_ll_rx_enable_std()
hw
->
conf2
.
val
=
0
;
i2s_ll.h:969
i2s_ll_tx_enable_pdm()
hw
->
conf2
.
val
=
0
;
i2s_ll.h:981
i2s_ll_rx_enable_pdm()
hw
->
conf2
.
lcd_en
=
enable
;
i2s_ll.h:1103
i2s_ll_enable_lcd()
hw
->
conf2
.
camera_en
=
enable
;
i2s_ll.h:1114
i2s_ll_enable_camera()
hw
->
conf2
.
lcd_en
=
enable
;
i2s_ll.h:1125
i2s_ll_enable_builtin_adc_dac()
hw
->
conf2
.
camera_en
=
0
;
i2s_ll.h:1126
i2s_ll_enable_builtin_adc_dac()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_dev_s::conf2
is read by 8 functions:
All items filtered out
i2s_dev_s::conf2
i2s_ll_enable_core_clock()
i2s_ll_tx_enable_std()
i2s_ll_rx_enable_std()
i2s_ll_tx_enable_pdm()
i2s_ll_rx_enable_pdm()
i2s_ll_enable_lcd()
i2s_ll_enable_camera()
i2s_ll_enable_builtin_adc_dac()
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