ESP-IDF
i2s_hal_rx_start_link
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_hal_rx_start_link
i2s_hal_rx_start_link macro
Configure RX DMA descriptor address and start RX DMA
Syntax
Show:
Summary
Declaration
from
i2s_hal.h:441
#define
i2s_hal_rx_start_link
(
hal
,
link_addr
)
i2s_ll_rx_start_link
(
(
hal
)
->
dev
,
link_addr
)
Arguments
Argument
Description
hal
Context of the HAL layer
link_addr
DMA descriptor link address.
Examples
References
from
examples
Code
Location
#define
i2s_hal_rx_start_link
(
hal
,
link_addr
)
i2s_ll_rx_start_link
(
(
hal
)
->
dev
,
link_addr
)
i2s_hal.h:441
i2s_hal_rx_start_link
(
&
(
handle
->
controller
->
hal
)
,
(
uint32_t
)
handle
->
dma
.
desc
[
0
]
)
;
i2s_common.c:156
i2s_hal_rx_start_link
(
&
(
p_i2s
[
i2s_num
]
->
hal
)
,
(
uint32_t
)
p_i2s
[
i2s_num
]
->
rx
->
desc
[
0
]
)
;
i2s_legacy.c:446
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