ESP-IDF
gdma_buffer_mount_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gdma_buffer_mount_config_t
gdma_buffer_mount_config_t struct
DMA buffer mount configurations
Syntax
Show:
Summary
Declaration
from
gdma_link.h:63
typedef
struct
{
void
*
buffer
;
size_t
length
;
struct
gdma_buffer_mount_flags
{
uint32_t
mark_eof
:
1
;
uint32_t
mark_final
:
1
;
}
flags
;
}
gdma_buffer_mount_config_t
;
Fields
Field
Declared as
gdma_buffer_mount_config_t::buffer
void
*
gdma_buffer_mount_config_t::length
size_t
gdma_buffer_mount_config_t::flags
struct
gdma_buffer_mount_flags
{
uint32_t
mark_eof
:
1
;
uint32_t
mark_final
:
1
;
}
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gdma_link.h:63
}
gdma_buffer_mount_config_t
;
gdma_link.h:76
gdma_buffer_mount_config_t
mount_config
=
{
esp_lcd_panel_io_i2s.c:524
panel_io_i80_tx_param()
gdma_buffer_mount_config_t
mount_config
=
{
esp_lcd_panel_io_i2s.c:600
panel_io_i80_tx_color()
gdma_buffer_mount_config_t
mount_config
=
{
esp_lcd_panel_io_i2s.c:722
i2s_lcd_trigger_quick_trans_done_event()
gdma_buffer_mount_config_t
mount_config
=
{
esp_lcd_panel_io_i2s.c:808
i2s_lcd_default_isr_handler()
esp_err_t
gdma_link_mount_buffers
(
gdma_link_list_handle_t
list
,
int
start_item_index
,
const
gdma_buffer_mount_config_t
*
buf_config_array
,
size_t
num_buf
,
int
*
end_item_index
)
gdma_link.c:138
gdma_link_mount_buffers()
gdma_link_mount_buffers()::buf_config_array
const
gdma_buffer_mount_config_t
*
config
=
&
buf_config_array
[
bi
]
;
gdma_link.c:165
gdma_link_mount_buffers()
const
gdma_buffer_mount_config_t
*
config
=
&
buf_config_array
[
bi
]
;
gdma_link.c:182
gdma_link_mount_buffers()
}
gdma_buffer_mount_config_t
;
gdma_link.h:76
gdma_buffer_mount_config_t
esp_err_t
gdma_link_mount_buffers
(
gdma_link_list_handle_t
list
,
int
start_item_index
,
const
gdma_buffer_mount_config_t
*
buf_config_array
,
size_t
num_buf
,
int
*
end_item_index
)
;
gdma_link.h:94
gdma_link_mount_buffers()
gdma_link_mount_buffers()::buf_config_array
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
Instance
Scope
Location
Project
gdma_link_mount_buffers()::buf_config_array
gdma_link_mount_buffers()
gdma_link.h:94
gdma_link_mount_buffers()::buf_config_array
gdma_link_mount_buffers()
gdma_link.c:138
Lifecycle
from
examples
All items filtered out
All items filtered out