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

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
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 PCWHD IDE COMPILER