_screen_veri_link_scroll_t Struct Reference

Vertical Scroll-Screen Linked List Structure. More...

#include <app_qspi.h>

Public Attributes

uint32_t frame_ahb_start_address
 
uint32_t frame_offset_lines
 
uint32_t frame_draw_lines
 
struct _screen_veri_link_scroll_tnext
 

Detailed Description

Vertical Scroll-Screen Linked List Structure.

Definition at line 383 of file app_qspi.h.

Member Data Documentation

◆ frame_ahb_start_address

uint32_t _screen_veri_link_scroll_t::frame_ahb_start_address

Start AHB address for current frame

Definition at line 384 of file app_qspi.h.

◆ frame_draw_lines

uint32_t _screen_veri_link_scroll_t::frame_draw_lines

Drawing lines (start from offset line) for current frame

Definition at line 386 of file app_qspi.h.

◆ frame_offset_lines

uint32_t _screen_veri_link_scroll_t::frame_offset_lines

Offset lines for current frame

Definition at line 385 of file app_qspi.h.

◆ next

struct _screen_veri_link_scroll_t* _screen_veri_link_scroll_t::next

Linked to next node, if empty, Set NULL

Definition at line 387 of file app_qspi.h.


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