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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
#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 PCWHD IDE COMPILER