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_t * | next |
Vertical Scroll-Screen Linked List Structure.
Definition at line 383 of file app_qspi.h.
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.
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.
uint32_t _screen_veri_link_scroll_t::frame_offset_lines |
Offset lines for current frame
Definition at line 385 of file app_qspi.h.
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.