ESP-IDF
spi_slave_t::hal
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_t::hal
spi_slave_t::hal field
Syntax
Show:
Summary
Declaration
from
spi_slave.c:65
spi_slave_hal_context_t
hal
;
Examples
References
from
examples
Code
Location
Referrer
spi_slave_hal_context_t
hal
;
spi_slave.c:65
spi_slave_hal_context_t
*
hal
=
&
spihost
[
host
]
->
hal
;
spi_slave.c:168
spi_slave_initialize()
spi_ll_set_int_stat
(
spihost
[
host
]
->
hal
.
hw
)
;
spi_slave.c:421
spi_slave_queue_reset()
spi_slave_hal_context_t
*
hal
=
&
host
->
hal
;
spi_slave.c:554
s_spi_slave_prepare_data()
s_spi_slave_dma_prepare_data
(
host
->
dma_ctx
,
&
host
->
hal
)
;
spi_slave.c:557
s_spi_slave_prepare_data()
spi_slave_hal_context_t
*
hal
=
&
host
->
hal
;
spi_slave.c:587
spi_intr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_slave_t::hal
is read by 1 function:
All items filtered out
spi_slave_t::hal
spi_slave_queue_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