ESP-IDF
spi_dev_s::user2
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
spi_dev_s::user2
spi_dev_s::user2 field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:142
union
{
struct
{
uint32_t
usr_command_value
:
16
;
uint32_t
reserved16
:
12
;
uint32_t
usr_command_bitlen
:
4
;
}
;
uint32_t
val
;
}
user2
;
Examples
References
from
examples
Code
Location
Referrer
}
user2
;
spi_struct.h:149
typeof
(
dev
->
user2
)
user2
=
{
spi_flash_ll.h:326
spi_flash_ll_set_command()
dev
->
user2
.
val
=
user2
.
val
;
spi_flash_ll.h:331
spi_flash_ll_set_command()
*
user2_reg
=
dev
->
user2
.
val
;
spi_flash_ll.h:506
spi_flash_ll_get_common_command_register_info()
dev
->
user2
.
val
=
user2_reg
;
spi_flash_ll.h:522
spi_flash_ll_set_common_command_register_info()
hw
->
user2
.
usr_command_bitlen
=
bitlen
-
1
;
spi_ll.h:903
spi_ll_set_command_bitlen()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
user2
,
usr_command_value
,
cmd
)
;
spi_ll.h:973
spi_ll_set_command()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
user2
,
usr_command_value
,
HAL_SPI_SWAP_DATA_TX
(
cmd
,
cmdlen
)
)
;
spi_ll.h:979
spi_ll_set_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::user2
is read by 5 functions:
All items filtered out
spi_dev_s::user2
spi_flash_ll_set_command()
spi_flash_ll_get_common_command_register_info()
spi_flash_ll_set_common_command_register_info()
spi_ll_set_command_bitlen()
spi_ll_set_command()
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