ESP-IDF
slc_dev_s::slc0_token1
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::slc0_token1
slc_dev_s::slc0_token1 field
Syntax
Show:
Summary
Declaration
from
slc_struct.h:433
union
{
struct
{
uint32_t
wdata
:
12
;
uint32_t
wr
:
1
;
uint32_t
inc
:
1
;
uint32_t
inc_more
:
1
;
uint32_t
reserved15
:
1
;
uint32_t
token1
:
12
;
uint32_t
reserved28
:
4
;
}
;
uint32_t
val
;
}
slc0_token1
;
Examples
References
from
examples
Code
Location
Referrer
}
slc0_token1
;
slc_struct.h:444
slc
->
slc0_token1
.
val
=
FIELD_TO_VALUE2
(
SLC_SLC0_TOKEN1_WDATA
,
1
)
|
FIELD_TO_VALUE2
(
SLC_SLC0_TOKEN1_INC_MORE
,
1
)
;
sdio_slave_ll.h:369
sdio_slave_ll_recv_size_inc()
slc
->
slc0_token1
.
val
=
FIELD_TO_VALUE2
(
SLC_SLC0_TOKEN1_WDATA
,
0
)
|
FIELD_TO_VALUE2
(
SLC_SLC0_TOKEN1_WR
,
1
)
;
sdio_slave_ll.h:379
sdio_slave_ll_recv_size_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slc_dev_s::slc0_token1
is read by 2 functions:
All items filtered out
slc_dev_s::slc0_token1
sdio_slave_ll_recv_size_inc()
sdio_slave_ll_recv_size_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