PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 115

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
#BANK_DMA
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#BANKX
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#BANK_DMA
None
Tells the compiler to assign the data for the next variable, array or structure into
DMA bank
#bank_dma
struct {
int r_w;
int c_w;
long unused :2;
long data: 4;
}a_port;
DMA
None
None
#BANKX
None
Tells the compiler to assign the data for the next variable, array, or structure into
Bank X.
#bankx
struct {
int r_w;
int c_d;
long unused : 2;
long data : 4;
}
// The data for a_port will be forced into memory bank x.
None
None
a_port;
//the data for a_port will be forced into memory bank
101

Related parts for PCDIDE COMPILER