ESP-IDF
slc_dev_s::conf1
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
slc_dev_s::conf1
slc_dev_s::conf1 field
Syntax
Show:
Summary
Declaration
from
slc_struct.h:469
union
{
struct
{
uint32_t
slc0_check_owner
:
1
;
uint32_t
slc0_tx_check_sum_en
:
1
;
uint32_t
slc0_rx_check_sum_en
:
1
;
uint32_t
cmd_hold_en
:
1
;
uint32_t
slc0_len_auto_clr
:
1
;
uint32_t
slc0_tx_stitch_en
:
1
;
uint32_t
slc0_rx_stitch_en
:
1
;
uint32_t
reserved7
:
9
;
uint32_t
slc1_check_owner
:
1
;
uint32_t
slc1_tx_check_sum_en
:
1
;
uint32_t
slc1_rx_check_sum_en
:
1
;
uint32_t
host_int_level_sel
:
1
;
uint32_t
slc1_tx_stitch_en
:
1
;
uint32_t
slc1_rx_stitch_en
:
1
;
uint32_t
clk_en
:
1
;
uint32_t
reserved23
:
9
;
}
;
uint32_t
val
;
}
conf1
;
Examples
References
from
examples
Code
Location
Referrer
}
conf1
;
slc_struct.h:489
slc
->
conf1
.
slc0_rx_stitch_en
=
0
;
sdio_slave_ll.h:123
sdio_slave_ll_init()
slc
->
conf1
.
slc0_tx_stitch_en
=
0
;
sdio_slave_ll.h:124
sdio_slave_ll_init()
slc
->
conf1
.
slc0_len_auto_clr
=
0
;
sdio_slave_ll.h:125
sdio_slave_ll_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slc_dev_s::conf1
is read by 1 function:
All items filtered out
slc_dev_s::conf1
sdio_slave_ll_init()
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