ESP-IDF
spi_ipc_param_t::err
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_ipc_param_t::err
spi_ipc_param_t::err field
Syntax
Show:
Summary
Declaration
from
spi_master.c:255
esp_err_t
*
err
;
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
*
err
;
spi_master.c:255
esp_err_t
*
err
;
spi_slave.c:122
*
(
(
spi_ipc_param_t
*
)
args
)
->
err
=
esp_intr_alloc
(
spicommon_irqsource_for_host
(
host
->
id
)
,
bus_attr
->
bus_cfg
.
intr_flags
|
ESP_INTR_FLAG_INTRDISABLED
,
spi_intr
,
host
,
&
host
->
intr
)
;
spi_master.c:262
ipc_isr_reg_to_core()
.
err
=
&
err
,
spi_master.c:300
spi_master_init_driver()
*
(
(
spi_ipc_param_t
*
)
args
)
->
err
=
esp_intr_alloc
(
spicommon_irqsource_for_host
(
host
->
id
)
,
host
->
intr_flags
|
ESP_INTR_FLAG_INTRDISABLED
,
spi_intr
,
(
void
*
)
host
,
&
host
->
intr
)
;
spi_slave.c:128
ipc_isr_reg_to_core()
.
err
=
&
err
,
spi_slave.c:245
spi_slave_initialize()
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