ESP-IDF
spi_dev_s::
::
::mosi_delay_num
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::
::
::mosi_delay_num
spi_dev_s::
::
::mosi_delay_num field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:84
uint32_t
mosi_delay_num
:
3
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
mosi_delay_num
:
3
;
/*MOSI signals are delayed by system clock cycles*/
spi_struct.h:84
hw
->
ctrl2
.
mosi_delay_num
=
2
;
spi_ll.h:467
spi_ll_slave_set_mode()
hw
->
ctrl2
.
mosi_delay_num
=
0
;
spi_ll.h:474
spi_ll_slave_set_mode()
hw
->
ctrl2
.
mosi_delay_num
=
2
;
spi_ll.h:482
spi_ll_slave_set_mode()
hw
->
ctrl2
.
mosi_delay_num
=
0
;
spi_ll.h:489
spi_ll_slave_set_mode()
hw
->
ctrl2
.
mosi_delay_num
=
3
;
spi_ll.h:503
spi_ll_slave_set_mode()
hw
->
ctrl2
.
mosi_delay_num
=
3
;
spi_ll.h:510
spi_ll_slave_set_mode()
hw
->
ctrl2
.
mosi_delay_num
=
delay_num
;
spi_ll.h:785
spi_ll_set_mosi_delay()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::mosi_delay_num
is written by 2 functions:
spi_ll_slave_set_mode()
spi_ll_set_mosi_delay()
All items filtered out
spi_dev_s::
::
::mosi_delay_num
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