ESP-IDF
i2s_dev_s::lc_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_dev_s::lc_conf
i2s_dev_s::lc_conf field
Syntax
Show:
Summary
Declaration
from
i2s_struct.h:217
union
{
struct
{
uint32_t
in_rst
:
1
;
uint32_t
out_rst
:
1
;
uint32_t
ahbm_fifo_rst
:
1
;
uint32_t
ahbm_rst
:
1
;
uint32_t
out_loop_test
:
1
;
uint32_t
in_loop_test
:
1
;
uint32_t
out_auto_wrback
:
1
;
uint32_t
out_no_restart_clr
:
1
;
uint32_t
out_eof_mode
:
1
;
uint32_t
outdscr_burst_en
:
1
;
uint32_t
indscr_burst_en
:
1
;
uint32_t
out_data_burst_en
:
1
;
uint32_t
check_owner
:
1
;
uint32_t
mem_trans_en
:
1
;
uint32_t
reserved14
:
18
;
}
;
uint32_t
val
;
}
lc_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
lc_conf
;
i2s_struct.h:236
hw
->
lc_conf
.
check_owner
=
en
;
i2s_ll.h:62
i2s_ll_dma_enable_owner_check()
hw
->
lc_conf
.
out_auto_wrback
=
en
;
i2s_ll.h:73
i2s_ll_dma_enable_auto_write_back()
hw
->
lc_conf
.
out_eof_mode
=
en
;
i2s_ll.h:84
i2s_ll_dma_enable_eof_on_fifo_empty()
hw
->
lc_conf
.
out_rst
=
1
;
i2s_ll.h:251
i2s_ll_tx_reset()
hw
->
lc_conf
.
out_rst
=
0
;
i2s_ll.h:252
i2s_ll_tx_reset()
hw
->
lc_conf
.
in_rst
=
1
;
i2s_ll.h:264
i2s_ll_rx_reset()
hw
->
lc_conf
.
in_rst
=
0
;
i2s_ll.h:265
i2s_ll_rx_reset()
hw
->
lc_conf
.
out_rst
=
1
;
i2s_ll.h:489
i2s_ll_tx_reset_dma()
hw
->
lc_conf
.
out_rst
=
0
;
i2s_ll.h:490
i2s_ll_tx_reset_dma()
hw
->
lc_conf
.
in_rst
=
1
;
i2s_ll.h:500
i2s_ll_rx_reset_dma()
hw
->
lc_conf
.
in_rst
=
0
;
i2s_ll.h:501
i2s_ll_rx_reset_dma()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_dev_s::lc_conf
is read by 7 functions:
All items filtered out
i2s_dev_s::lc_conf
i2s_ll_dma_enable_owner_check()
i2s_ll_dma_enable_auto_write_back()
i2s_ll_dma_enable_eof_on_fifo_empty()
i2s_ll_tx_reset()
i2s_ll_rx_reset()
i2s_ll_tx_reset_dma()
i2s_ll_rx_reset_dma()
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