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

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
enable_interrupts( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
enable_interrupts (name)
enable_interrupts (INTR_XX)
name- a constant defined in the devices .h file
INTR_XX – Allows user selectable interrupt options like INTR_NORMAL,
INTR_ALTERNATE, INTR_LEVEL
undefined
Name -Enables the interrupt for the given name. Valid specific names are the
same as are used in #INT_xxx and are listed in the devices .h file.
INTR_GLOBAL – Enables all interrupt levels (same as INTR_LEVEL0)
INTR_NESTING – Enables one interrupt to interrupt another
INTR_NORMAL – Use normal vectors for the ISR
INTR_ALTERNATE – Use alternate vectors for the ISR
INTR_LEVEL0 .. INTR_LEVEL7 – Enables interrupts at this level and above,
interrupts at lower levels are disabled
INTR_CN_PIN | PIN_xx – Enables a CN pin interrupts
All dsPIC and PIC24 devices
Should have a #INT_xxxx, Constants are defined in the devices .h file.
enable_interrupts(INT_TIMER0);
enable_interrupts(INT_TIMER1);
enable_interrupts(INTR_CN_PIN|Pin_B0);
None
disable_enterrupts(), #INT_xxxx,
Interrupts Overview
179

Related parts for PCWHD IDE COMPILER