ESP-IDF
slc_dev_s::conf0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
slc_dev_s::conf0
slc_dev_s::conf0 field
Syntax
Show:
Summary
Declaration
from
slc_struct.h:16
union
{
struct
{
uint32_t
slc0_tx_rst
:
1
;
uint32_t
slc0_rx_rst
:
1
;
uint32_t
ahbm_fifo_rst
:
1
;
uint32_t
ahbm_rst
:
1
;
uint32_t
slc0_tx_loop_test
:
1
;
uint32_t
slc0_rx_loop_test
:
1
;
uint32_t
slc0_rx_auto_wrback
:
1
;
uint32_t
slc0_rx_no_restart_clr
:
1
;
uint32_t
slc0_rxdscr_burst_en
:
1
;
uint32_t
slc0_rxdata_burst_en
:
1
;
uint32_t
slc0_rxlink_auto_ret
:
1
;
uint32_t
slc0_txlink_auto_ret
:
1
;
uint32_t
slc0_txdscr_burst_en
:
1
;
uint32_t
slc0_txdata_burst_en
:
1
;
uint32_t
slc0_token_auto_clr
:
1
;
uint32_t
slc0_token_sel
:
1
;
uint32_t
slc1_tx_rst
:
1
;
uint32_t
slc1_rx_rst
:
1
;
uint32_t
slc0_wr_retry_mask_en
:
1
;
uint32_t
slc1_wr_retry_mask_en
:
1
;
uint32_t
slc1_tx_loop_test
:
1
;
uint32_t
slc1_rx_loop_test
:
1
;
uint32_t
slc1_rx_auto_wrback
:
1
;
uint32_t
slc1_rx_no_restart_clr
:
1
;
uint32_t
slc1_rxdscr_burst_en
:
1
;
uint32_t
slc1_rxdata_burst_en
:
1
;
uint32_t
slc1_rxlink_auto_ret
:
1
;
uint32_t
slc1_txlink_auto_ret
:
1
;
uint32_t
slc1_txdscr_burst_en
:
1
;
uint32_t
slc1_txdata_burst_en
:
1
;
uint32_t
slc1_token_auto_clr
:
1
;
uint32_t
slc1_token_sel
:
1
;
}
;
uint32_t
val
;
}
conf0
;
Examples
References
from
examples
Code
Location
Referrer
}
conf0
;
slc_struct.h:52
slc
->
conf0
.
slc0_rx_auto_wrback
=
1
;
sdio_slave_ll.h:118
sdio_slave_ll_init()
slc
->
conf0
.
slc0_token_auto_clr
=
0
;
sdio_slave_ll.h:119
sdio_slave_ll_init()
slc
->
conf0
.
slc0_rx_loop_test
=
0
;
sdio_slave_ll.h:120
sdio_slave_ll_init()
slc
->
conf0
.
slc0_tx_loop_test
=
0
;
sdio_slave_ll.h:121
sdio_slave_ll_init()
slc
->
conf0
.
slc0_rx_rst
=
1
;
sdio_slave_ll.h:211
sdio_slave_ll_send_reset()
slc
->
conf0
.
slc0_rx_rst
=
0
;
sdio_slave_ll.h:212
sdio_slave_ll_send_reset()
slc
->
conf0
.
slc0_tx_rst
=
1
;
sdio_slave_ll.h:421
sdio_slave_ll_recv_reset()
slc
->
conf0
.
slc0_tx_rst
=
0
;
sdio_slave_ll.h:422
sdio_slave_ll_recv_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slc_dev_s::conf0
is read by 3 functions:
All items filtered out
slc_dev_s::conf0
sdio_slave_ll_init()
sdio_slave_ll_send_reset()
sdio_slave_ll_recv_reset()
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