ESP-IDF
slc_dev_s::slc0_len_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
slc_dev_s::slc0_len_conf
slc_dev_s::slc0_len_conf field
Syntax
Show:
Summary
Declaration
from
slc_struct.h:587
union
{
struct
{
uint32_t
len_wdata
:
20
;
uint32_t
len_wr
:
1
;
uint32_t
len_inc
:
1
;
uint32_t
len_inc_more
:
1
;
uint32_t
rx_packet_load_en
:
1
;
uint32_t
tx_packet_load_en
:
1
;
uint32_t
rx_get_used_dscr
:
1
;
uint32_t
tx_get_used_dscr
:
1
;
uint32_t
rx_new_pkt_ind
:
1
;
uint32_t
tx_new_pkt_ind
:
1
;
uint32_t
reserved29
:
3
;
}
;
uint32_t
val
;
}
slc0_len_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
slc0_len_conf
;
slc_struct.h:602
slc
->
slc0_len_conf
.
val
=
FIELD_TO_VALUE2
(
SLC_SLC0_LEN_WDATA
,
len
)
|
FIELD_TO_VALUE2
(
SLC_SLC0_LEN_WR
,
1
)
;
sdio_slave_ll.h:235
sdio_slave_ll_send_write_len()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slc_dev_s::slc0_len_conf
is read by 1 function:
All items filtered out
slc_dev_s::slc0_len_conf
sdio_slave_ll_send_write_len()
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