ESP-IDF
spi_dev_s::dma_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::dma_conf
spi_dev_s::dma_conf field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:366
union
{
struct
{
uint32_t
reserved0
:
2
;
uint32_t
in_rst
:
1
;
uint32_t
out_rst
:
1
;
uint32_t
ahbm_fifo_rst
:
1
;
uint32_t
ahbm_rst
:
1
;
uint32_t
in_loop_test
:
1
;
uint32_t
out_loop_test
:
1
;
uint32_t
out_auto_wrback
:
1
;
uint32_t
out_eof_mode
:
1
;
uint32_t
outdscr_burst_en
:
1
;
uint32_t
indscr_burst_en
:
1
;
uint32_t
out_data_burst_en
:
1
;
uint32_t
reserved13
:
1
;
uint32_t
dma_rx_stop
:
1
;
uint32_t
dma_tx_stop
:
1
;
uint32_t
dma_continue
:
1
;
uint32_t
reserved17
:
15
;
}
;
uint32_t
val
;
}
dma_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
dma_conf
;
spi_struct.h:387
hw
->
dma_conf
.
val
|=
SPI_LL_DMA_FIFO_RST_MASK
;
spi_ll.h:269
spi_ll_dma_tx_fifo_reset()
hw
->
dma_conf
.
val
&=
~
SPI_LL_DMA_FIFO_RST_MASK
;
spi_ll.h:270
spi_ll_dma_tx_fifo_reset()
hw
->
dma_conf
.
val
|=
SPI_LL_DMA_FIFO_RST_MASK
;
spi_ll.h:282
spi_ll_dma_rx_fifo_reset()
hw
->
dma_conf
.
val
&=
~
SPI_LL_DMA_FIFO_RST_MASK
;
spi_ll.h:283
spi_ll_dma_rx_fifo_reset()
dma_in
->
dma_conf
.
in_rst
=
1
;
spi_ll.h:1122
spi_dma_ll_rx_reset()
dma_in
->
dma_conf
.
in_rst
=
0
;
spi_ll.h:1123
spi_dma_ll_rx_reset()
dma_in
->
dma_conf
.
indscr_burst_en
=
enable
;
spi_ll.h:1161
spi_dma_ll_rx_enable_burst_desc()
dma_out
->
dma_conf
.
out_rst
=
1
;
spi_ll.h:1174
spi_dma_ll_tx_reset()
dma_out
->
dma_conf
.
out_rst
=
0
;
spi_ll.h:1175
spi_dma_ll_tx_reset()
dma_out
->
dma_conf
.
out_data_burst_en
=
enable
;
spi_ll.h:1201
spi_dma_ll_tx_enable_burst_data()
dma_out
->
dma_conf
.
outdscr_burst_en
=
enable
;
spi_ll.h:1213
spi_dma_ll_tx_enable_burst_desc()
dma_out
->
dma_conf
.
out_eof_mode
=
enable
;
spi_ll.h:1225
spi_dma_ll_set_out_eof_generation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::dma_conf
is read by 8 functions:
All items filtered out
spi_dev_s::dma_conf
spi_ll_dma_tx_fifo_reset()
spi_ll_dma_rx_fifo_reset()
spi_dma_ll_rx_reset()
spi_dma_ll_rx_enable_burst_desc()
spi_dma_ll_tx_reset()
spi_dma_ll_tx_enable_burst_data()
spi_dma_ll_tx_enable_burst_desc()
spi_dma_ll_set_out_eof_generation()
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