ESP-IDF
spi_slave_hal_context_t::rx_buffer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_slave_hal_context_t::rx_buffer
spi_slave_hal_context_t::rx_buffer field
Syntax
Show:
Summary
Declaration
from
spi_slave_hal.h:83
void
*
rx_buffer
;
Examples
References
from
examples
Code
Location
Referrer
void
*
rx_buffer
;
///< Buffer to hold the received data.
spi_slave_hal.h:83
if
(
hal
->
rx_buffer
)
{
spi_slave.c:536
s_spi_slave_dma_prepare_data()
spicommon_dma_desc_setup_link
(
dma_ctx
->
dmadesc_rx
,
hal
->
rx_buffer
,
(
(
hal
->
bitlen
+
7
)
/
8
)
,
true
)
;
spi_slave.c:537
s_spi_slave_dma_prepare_data()
hal
->
rx_buffer
=
priv_trans
.
rx_buffer
;
spi_slave.c:661
spi_intr()
spi_ll_enable_mosi
(
hal
->
hw
,
(
hal
->
rx_buffer
!=
NULL
)
)
;
spi_slave_hal_iram.c:56
spi_slave_hal_enable_data_line()
if
(
!
hal
->
use_dma
&&
hal
->
rx_buffer
)
{
spi_slave_hal_iram.c:69
spi_slave_hal_store_result()
spi_ll_read_buffer
(
hal
->
hw
,
hal
->
rx_buffer
,
(
hal
->
rcv_bitlen
>
hal
->
bitlen
)
?
hal
->
bitlen
:
hal
->
rcv_bitlen
)
;
spi_slave_hal_iram.c:71
spi_slave_hal_store_result()
if
(
hal
->
use_dma
&&
hal
->
rx_buffer
)
{
spi_slave_hal_iram.c:86
spi_slave_hal_dma_need_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_slave_hal_context_t::rx_buffer
is written by 1 function and is read by 4 functions:
spi_intr()
All items filtered out
spi_slave_hal_context_t::rx_buffer
s_spi_slave_dma_prepare_data()
spi_slave_hal_enable_data_line()
spi_slave_hal_store_result()
spi_slave_hal_dma_need_reset()
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