dual_screen_scroll_t Struct Reference

Dual Screen (HOR/VER) Scroll Structure, just used for inner driver. More...

#include <app_qspi.h>

Public Attributes

app_qspi_screen_scroll_t scroll_config
 
uint32_t image_1_ahb_address
 
uint32_t image_2_ahb_address
 
uint32_t this_send_lines
 
uint32_t total_sent_lines
 
uint32_t sent_line_order
 

Detailed Description

Dual Screen (HOR/VER) Scroll Structure, just used for inner driver.

Definition at line 402 of file app_qspi.h.

Member Data Documentation

◆ image_1_ahb_address

uint32_t dual_screen_scroll_t::image_1_ahb_address

Record first frame starting AHB address

Definition at line 404 of file app_qspi.h.

◆ image_2_ahb_address

uint32_t dual_screen_scroll_t::image_2_ahb_address

Record second frame starting AHB address

Definition at line 405 of file app_qspi.h.

◆ scroll_config

app_qspi_screen_scroll_t dual_screen_scroll_t::scroll_config

Start AHB address for current frame

Definition at line 403 of file app_qspi.h.

◆ sent_line_order

uint32_t dual_screen_scroll_t::sent_line_order

Record current line order

Definition at line 408 of file app_qspi.h.

◆ this_send_lines

uint32_t dual_screen_scroll_t::this_send_lines

Record current sent lines

Definition at line 406 of file app_qspi.h.

◆ total_sent_lines

uint32_t dual_screen_scroll_t::total_sent_lines

Record total sent lines already

Definition at line 407 of file app_qspi.h.


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