ESP-IDF
spi_dev_s::
::
::usr_command_value
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
spi_dev_s::
::
::usr_command_value
spi_dev_s::
::
::usr_command_value field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:144
uint32_t
usr_command_value
:
16
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
usr_command_value
:
16
;
/*The value of command. Output sequence: bit 7-0 and then 15-8.*/
spi_struct.h:144
.
usr_command_value
=
command
,
spi_flash_ll.h:327
spi_flash_ll_set_command()
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::
::
::usr_command_value
is written by 1 function:
spi_ll_set_command()
All items filtered out
spi_dev_s::
::
::usr_command_value
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