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

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
crc_init(mode)
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
dac_write( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
dac_write (value)
dac_write (channel, value)
Value: 8-bit integer value to be written to the DAC module
Value: 16-bit integer value to be written to the DAC module
channel: Channel to be written to. Constants are:
undefined
This function will write a 8-bit integer to the specified DAC channel.
This function will write a 16-bit integer to the specified DAC channel.
Only available on devices with built in digital to analog converters.
Nothing
crc_init (data);
data - This will setup the initial value used by write CRC shift register. Most
commonly, this register is set to 0x0000 for start of a new CRC calculation.
undefined
Configures the CRCWDAT register with the initial value used for CRC
calculations.
Only the devices with built in CRC module.
Nothing
crc_init (); // Starts the CRC accumulator out at 0
crc_init(0xFEEE); // Starts the CRC accumulator out at 0xFEEE
None
setup_crc(), crc_calc(),
DAC_RIGHT
DAC_DEFAULT
DAC_LEFT
crc_calc8()
169

Related parts for PCDIDE COMPILER