ESP-IDF
spi_dev_s::addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_dev_s::addr
spi_dev_s::addr field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:38
uint32_t
addr
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
addr
;
/*addr to slave / from master. SPI transfer from the MSB to the LSB. If length > 32 bits, then address continues from MSB of slv_wr_status.*/
spi_struct.h:38
dev
->
addr
=
addr
;
spi_flash_ll.h:369
spi_flash_ll_set_usr_address()
dev
->
addr
=
(
addr
<
<
(
32
-
bit_len
)
)
|
padding_ones
;
spi_flash_ll.h:374
spi_flash_ll_set_usr_address()
dev
->
addr
=
addr
;
spi_flash_ll.h:387
spi_flash_ll_set_address()
hw
->
addr
=
addr
>
>
32
;
spi_ll.h:945
spi_ll_set_address()
hw
->
addr
=
addr
>
>
(
addrlen
-
32
)
;
spi_ll.h:951
spi_ll_set_address()
hw
->
addr
=
addr
<
<
(
32
-
addrlen
)
;
spi_ll.h:954
spi_ll_set_address()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::addr
is written by 3 functions:
spi_flash_ll_set_usr_address()
spi_flash_ll_set_address()
spi_ll_set_address()
All items filtered out
spi_dev_s::addr
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