RCC_SRC_ADDR_CONTINUOUS Macro

Microchip Graphics Library

Microchip Graphics Library
RCC_SRC_ADDR_CONTINUOUS Macro
C
#define RCC_SRC_ADDR_CONTINUOUS 0x00000002ul
#define RCC_SRC_ADDR_DISCONTINUOUS 0x00000000ul
#define RCC_DEST_ADDR_CONTINUOUS 0x00000004ul
#define RCC_DEST_ADDR_DISCONTINUOUS 0x00000000ul
Overview

Source (S) and Destination (D) data type. When performing executing commands on the Rectangle Copy Processing Unit (RCCGPU). The source and destination data can be treated as a continuous block of data in memory or a discontinuous data in memory. This gives flexibility to the operation where an copy operation can be performed to data already present in the display buffer or anywhere else in data memory. Both source and destination data can be set to continuous or discontinuous data. These macros are only used in RCCGPU operations.

  • RCC_SRC_ADDR_CONTINUOUS - source data is continuous
  • RCC_SRC_ADDR_DISCONTINUOUS - source data is discontinuous
  • RCC_DEST_ADDR_CONTINUOUS - destination data is continuous
  • RCC_DEST_ADDR_DISCONTINUOUS - destination data is discontinuous

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved