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

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
Relevant Preprocessor:
#INT_XXX level=x
#INT_XXX fast
Relevant Interrupts:
#int_default
#int_global
#int_xxx
Relevant Include Files:
Relevant getenv() Parameters:
none
Example Code:
#int_timer0
void timer0interrupt()
enable_interrupts(TIMER0);
disable_interrtups(TIMER0);
clear_interrupt(TIMER0);
x is an int 0-7, that selects the interrupt priority level for that
interrupt.
This directive makes use of shadow registers for fast register save.
This directive can only be used in one ISR
This directive specifies that the following function should be called if
an interrupt is triggered but no routine is associated with that
interrupt.
This directive specifies that the following function should be called
whenever an interrupt is triggered. This function will replace the
compiler generated interrupt dispatcher.
This directive specifies that the following function should be called
whenever the xxx interrupt is triggered. If the compiler generated
interrupt dispatcher is used, the compiler will take care of clearing
the interrupt flag bits.
none, all functions built in.
// #int_timer associates the following function with the
// interrupt service routine that should be called
// enables the timer0 interrupt
// disables the timer0 interrupt
// clears the timer0 interrupt flag
69

Related parts for PCDIDE COMPILER