ESP-IDF
spi_dev_s::
::
::sio
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::
::
::sio
spi_dev_s::
::
::sio field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:115
uint32_t
sio
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
sio
:
1
;
/*Set the bit to enable 3-line half duplex communication mosi and miso signals share the same pin. 1: enable 0: disable.*/
spi_struct.h:115
hw
->
user
.
sio
=
0
;
spi_ll.h:184
spi_ll_slave_init()
hw
->
user
.
sio
=
sio_mode
;
spi_ll.h:536
spi_ll_set_sio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::sio
is written by 2 functions:
spi_ll_slave_init()
spi_ll_set_sio_mode()
All items filtered out
spi_dev_s::
::
::sio
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