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

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