ESP-IDF
SPI_SLAVE_NO_RETURN_RESULT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_SLAVE_NO_RETURN_RESULT
SPI_SLAVE_NO_RETURN_RESULT macro
Syntax
Show:
Summary
Declaration
from
spi_slave.h:23
#define
SPI_SLAVE_NO_RETURN_RESULT
(
1
<
<
2
)
Examples
References
from
examples
Code
Location
#define
SPI_SLAVE_NO_RETURN_RESULT
(
1
<
<
2
)
///< Don't return the descriptor to the host on completion (use `post_trans_cb` to notify instead)
spi_slave.h:23
if
(
slave_config
->
flags
&
SPI_SLAVE_NO_RETURN_RESULT
)
{
spi_slave.c:152
if
(
!
(
slave_config
->
flags
&
SPI_SLAVE_NO_RETURN_RESULT
)
)
{
spi_slave.c:231
SPI_CHECK
(
!
(
spihost
[
host
]
->
cfg
.
flags
&
SPI_SLAVE_NO_RETURN_RESULT
)
,
"API not Supported!"
,
ESP_ERR_NOT_SUPPORTED
)
;
spi_slave.c:498
if
(
!
(
host
->
cfg
.
flags
&
SPI_SLAVE_NO_RETURN_RESULT
)
)
{
spi_slave.c:623
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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