ESP-IDF
i2s_obj_t::dma_frame_num
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_obj_t::dma_frame_num
i2s_obj_t::dma_frame_num field
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:148
uint32_t
dma_frame_num
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
dma_frame_num
;
i2s_legacy.c:148
p_i2s
[
i2s_num
]
->
dma_frame_num
=
(
p_i2s
[
i2s_num
]
->
dma_frame_num
*
bytes_per_frame
>
I2S_DMA_BUFFER_MAX_SIZE
)
?
i2s_legacy.c:526
i2s_get_buf_size()
I2S_DMA_BUFFER_MAX_SIZE
/
bytes_per_frame
:
p_i2s
[
i2s_num
]
->
dma_frame_num
;
i2s_legacy.c:527
i2s_get_buf_size()
uint32_t
bufsize
=
p_i2s
[
i2s_num
]
->
dma_frame_num
*
bytes_per_frame
;
i2s_legacy.c:528
i2s_get_buf_size()
i2s_obj
->
dma_frame_num
=
i2s_config
->
dma_frame_num
;
i2s_legacy.c:1666
i2s_driver_install()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_obj_t::dma_frame_num
is written by 2 functions and is read by 1 function:
i2s_get_buf_size()
i2s_driver_install()
All items filtered out
i2s_obj_t::dma_frame_num
i2s_get_buf_size()
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