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

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
clear_interrupt( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
crc_calc(mode)
crc_calc8( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
168
clear_interrupt(level)
level - a constant defined in the devices.h file
undefined
Clears the interrupt flag for the given level. This function is designed for use with a
specific interrupt, thus eliminating the GLOBAL level as a possible parameter.
Some chips that have interrupt on change for individual pins allow the pin to be
specified like INT_RA1.
All devices
Nothing
clear_interrupt(int_timer1);
None
enable_interrupts, #INT,
Result = crc_calc (data);
Result = crc_calc8(data);
Result = crc_calc(ptr, len);
Result = crc_calc8(ptr, len);
data- This is 1 word that needs to be processed when the crc_calc() is used and
1 byte when the crc_calc8() is used.
ptr- is a pointer to one or more bytes/words of data
len- Process len words for crc_calc() or len bytes for crc_calc8() function call
Returns the result of the final CRC calculation.
This will process one data byte/word or len bytes/words of data using the CRC
engine
Only the devices with built in CRC module.
Nothing
int16 data[8];
Result = crc_calc(data,8); // Starts the CRC accumulator out at 0
None
setup_crc();
crc_init()
Interrupts Overview

Related parts for PCDIDE COMPILER