ESP-IDF
spi_dev_s::
::
::cs_hold
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_hold
spi_dev_s::
::
::cs_hold field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:104
uint32_t
cs_hold
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
cs_hold
:
1
;
/*spi cs keep low when spi is in ,done, phase. 1: enable 0: disable.*/
spi_struct.h:104
dev
->
user
.
cs_hold
=
(
hold_n
>
0
?
1
:
0
)
;
spi_flash_ll.h:405
spi_flash_ll_set_hold()
hw
->
user
.
cs_hold
=
hold
?
1
:
0
;
spi_ll.h:827
spi_ll_master_set_cs_hold()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::cs_hold
is written by 2 functions:
spi_flash_ll_set_hold()
spi_ll_master_set_cs_hold()
All items filtered out
spi_dev_s::
::
::cs_hold
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