ESP-IDF
i2s_hal_get_out_eof_des_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_get_out_eof_des_addr
i2s_hal_get_out_eof_des_addr macro
Get I2S out eof descriptor address
Syntax
Show:
Summary
Declaration
from
i2s_hal.h:477
#define
i2s_hal_get_out_eof_des_addr
(
hal
,
addr
)
i2s_ll_tx_get_eof_des_addr
(
(
hal
)
->
dev
,
addr
)
Arguments
Argument
Description
hal
Context of the HAL layer
addr
Pointer to accept out eof des address
Examples
References
from
examples
Code
Location
#define
i2s_hal_get_out_eof_des_addr
(
hal
,
addr
)
i2s_ll_tx_get_eof_des_addr
(
(
hal
)
->
dev
,
addr
)
i2s_hal.h:477
i2s_hal_get_out_eof_des_addr
(
&
(
handle
->
controller
->
hal
)
,
(
uint32_t
*
)
&
finish_desc
)
;
i2s_common.c:718
i2s_hal_get_out_eof_des_addr
(
&
(
p_i2s
->
hal
)
,
&
finish_desc
)
;
i2s_legacy.c:288
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