ESP-IDF
spi_dev_s::
::
::setup_time
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::
::
::setup_time
spi_dev_s::
::
::setup_time field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:78
uint32_t
setup_time
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
setup_time
:
4
;
/*(cycles-1) of ,prepare, phase by spi clock, this bits combined with spi_cs_setup bit.*/
spi_struct.h:78
dev
->
ctrl2
.
setup_time
=
cs_setup_time
-
1
;
spi_flash_ll.h:411
spi_flash_ll_set_cs_setup()
hw
->
ctrl2
.
setup_time
=
setup
-
1
;
spi_ll.h:841
spi_ll_master_set_cs_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::setup_time
is written by 2 functions:
spi_flash_ll_set_cs_setup()
spi_ll_master_set_cs_setup()
All items filtered out
spi_dev_s::
::
::setup_time
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