ESP-IDF
spi_dev_s::
::
::cs_setup
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::
::
::cs_setup
spi_dev_s::
::
::cs_setup field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:105
uint32_t
cs_setup
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
cs_setup
:
1
;
/*spi cs is enable when spi is in ,prepare, phase. 1: enable 0: disable.*/
spi_struct.h:105
dev
->
user
.
cs_setup
=
(
cs_setup_time
>
0
?
1
:
0
)
;
spi_flash_ll.h:410
spi_flash_ll_set_cs_setup()
hw
->
user
.
cs_setup
=
setup
?
1
:
0
;
spi_ll.h:842
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::
::
::cs_setup
is written by 2 functions:
spi_flash_ll_set_cs_setup()
spi_ll_master_set_cs_setup()
All items filtered out
spi_dev_s::
::
::cs_setup
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