ESP-IDF
esp_lcd_panel_io_spi_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_lcd_panel_io_spi_t
esp_lcd_panel_io_spi_t struct
Syntax
Show:
Summary
Declaration
from
esp_lcd_panel_io_spi.c:43
typedef
struct
{
esp_lcd_panel_io_t
base
;
spi_device_handle_t
spi_dev
;
size_t
spi_trans_max_bytes
;
int
dc_gpio_num
;
esp_lcd_panel_io_color_trans_done_cb_t
on_color_trans_done
;
void
*
user_ctx
;
size_t
queue_size
;
size_t
num_trans_inflight
;
int
lcd_cmd_bits
;
int
lcd_param_bits
;
uint8_t
cs_ena_pretrans
;
uint8_t
cs_ena_posttrans
;
struct
{
unsigned
int
dc_cmd_level
:
1
;
unsigned
int
dc_data_level
:
1
;
unsigned
int
dc_param_level
:
1
;
unsigned
int
octal_mode
:
1
;
unsigned
int
quad_mode
:
1
;
}
flags
;
lcd_spi_trans_descriptor_t
trans_pool
[
]
;
}
esp_lcd_panel_io_spi_t
;
Fields
Field
Declared as
esp_lcd_panel_io_spi_t::base
esp_lcd_panel_io_t
esp_lcd_panel_io_spi_t::spi_dev
spi_device_handle_t
esp_lcd_panel_io_spi_t::spi_trans_max_bytes
size_t
esp_lcd_panel_io_spi_t::dc_gpio_num
int
esp_lcd_panel_io_spi_t::on_color_trans_done
esp_lcd_panel_io_color_trans_done_cb_t
esp_lcd_panel_io_spi_t::user_ctx
void
*
esp_lcd_panel_io_spi_t::queue_size
size_t
esp_lcd_panel_io_spi_t::num_trans_inflight
size_t
esp_lcd_panel_io_spi_t::lcd_cmd_bits
int
esp_lcd_panel_io_spi_t::lcd_param_bits
int
esp_lcd_panel_io_spi_t::cs_ena_pretrans
uint8_t
esp_lcd_panel_io_spi_t::cs_ena_posttrans
uint8_t
esp_lcd_panel_io_spi_t::flags
struct
{
unsigned
int
dc_cmd_level
:
1
;
unsigned
int
dc_data_level
:
1
;
unsigned
int
dc_param_level
:
1
;
unsigned
int
octal_mode
:
1
;
unsigned
int
quad_mode
:
1
;
}
esp_lcd_panel_io_spi_t::trans_pool
lcd_spi_trans_descriptor_t
[
]
Related Functions
Found 2 other functions taking a
esp_lcd_panel_io_spi_t
argument:
Function
spi_lcd_prepare_cmd_buffer()
spi_lcd_prepare_param_buffer()
Examples
References
from
examples
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