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

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
setjmp( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
setup_adc(mode)
setup_adc2(mode)
Syntax:
Parameters:
Returns:
result = setjmp (env)
env: The data object that will receive the current environment
If the return is from a direct invocation, this function returns 0.
If the return is from a call to the longjmp function, the setjmp function returns a
nonzero value and it's the same value passed to the longjmp function.
Stores information on the current calling context in a data object of type jmp_buf
and which marks where you want control to pass on a corresponding longjmp call.
All devices
#INCLUDE <setjmp.h>
result = setjmp(jmpbuf);
None
longjmp()
setup_adc (mode);
setup_adc2(mode);
mode- Analog to digital mode. The valid options vary depending on the
device. See the devices .h file for all options. Some typical options include:
undefined
by 32
conversion time
ADC_OFF
ADC_CLOCK_INTERNAL
ADC_CLOCK_DIV_32
ADC_CLOCK_INTERNAL – The ADC will use an internal clock
ADC_CLOCK_DIV_32 – The ADC will use the external clock scaled down
ADC_TAD_MUL_16 – The ADC sample time will be 16 times the ADC
261

Related parts for PCDIDE COMPILER