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

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
Availability:
Requires:
Examples:
Example Files:
Also See:
setup_high_speed_adc_pair( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
270
Only on devices with a built-in high-speed analog to digital converter.
Constants are define in the device .h file.
setup_high_speed_adc_pair(0, INDIVIDUAL_SOFTWARE_TRIGGER);
setup_high_speed_adc(ADC_CLOCK_DIV_4);
read_high_speed_adc(0, START_AND_READ, result);
setup_high_speed_adc(ADC_OFF);
None
setup_high_speed_adc_pair(), read_high_speed_adc(),
setup_high_speed_adc_pair(pair, mode);
pair – The High-Speed ADC pair number to setup, valid values are 0 to total number of
ADC pairs. 0 sets up ADC pair AN0 and AN1, 1 sets up ADC pair AN2 and AN3, etc.
mode – ADC pair mode. The valid options vary depending on the device. See the
devices .h file for all options. Some typical options include:
Undefined
Sets up the analog pins and trigger source for the specified ADC pair. Also sets up
whether ADC conversion for the specified pair triggers the common ADC interrupt.
If zero is passed for the second parameter the corresponding analog pins will be set
to digital pins.
Only on devices with a built-in high-speed analog to digital converter.
Constants are define in the device .h file.
·
·
·
·
·
GLOBAL_SOFTWARE_TRIGGER
PWM_PRIMARY_SE_TRIGGER
PWM_GEN1_PRIMARY_TRIGGER
PWM_GEN2_PRIMARY_TRIGGER
INDIVIDUAL_SOFTWARE_TRIGGER
high_speed_adc_done()

Related parts for PCDIDE COMPILER