app_qspi_async_draw_screen_info_t Struct Reference

Async Draw Screen Structure, just used for inner driver. More...

#include <app_qspi.h>

Public Attributes

app_qspi_draw_screen_interface_type_e if_type
 
app_qspi_id_t screen_id
 
app_qspi_id_t storage_id
 
uint32_t llp_cfg_right_shift_bit
 
uint32_t llp_cfg_ctrl_low
 
app_qspi_screen_info_t screen_info
 
app_qspi_screen_command_t qspi_screen_command
 
union {
   dual_screen_scroll_t   dual_ss
 
   veri_linked_screen_scroll_t   veri_linked_ss
 
ss
 

Detailed Description

Async Draw Screen Structure, just used for inner driver.

Definition at line 423 of file app_qspi.h.

Member Data Documentation

◆ dual_ss

dual_screen_scroll_t app_qspi_async_draw_screen_info_t::dual_ss

info for dual screen-scroll

Definition at line 432 of file app_qspi.h.

◆ if_type

app_qspi_draw_screen_interface_type_e app_qspi_async_draw_screen_info_t::if_type

drawing interface type

Definition at line 424 of file app_qspi.h.

◆ llp_cfg_ctrl_low

uint32_t app_qspi_async_draw_screen_info_t::llp_cfg_ctrl_low

Record the llp control bits configure

Definition at line 428 of file app_qspi.h.

◆ llp_cfg_right_shift_bit

uint32_t app_qspi_async_draw_screen_info_t::llp_cfg_right_shift_bit

Record the llp shift bit configure

Definition at line 427 of file app_qspi.h.

◆ qspi_screen_command

app_qspi_screen_command_t app_qspi_async_draw_screen_info_t::qspi_screen_command

Record the basic screen command

Definition at line 430 of file app_qspi.h.

◆ screen_id

app_qspi_id_t app_qspi_async_draw_screen_info_t::screen_id

Specify the Screen ID

Definition at line 425 of file app_qspi.h.

◆ screen_info

app_qspi_screen_info_t app_qspi_async_draw_screen_info_t::screen_info

Record the basic screen info

Definition at line 429 of file app_qspi.h.

◆ ss

union { ... } app_qspi_async_draw_screen_info_t::ss

union record

◆ storage_id

app_qspi_id_t app_qspi_async_draw_screen_info_t::storage_id

Specify the Memory ID

Definition at line 426 of file app_qspi.h.

◆ veri_linked_ss

veri_linked_screen_scroll_t app_qspi_async_draw_screen_info_t::veri_linked_ss

info for veri linked screen-scroll

Definition at line 433 of file app_qspi.h.


The documentation for this struct was generated from the following file: