SW006013 Microchip Technology, SW006013 Datasheet - Page 37

MPLAB C Compiler For DsPIC DSCs

SW006013

Manufacturer Part Number
SW006013
Description
MPLAB C Compiler For DsPIC DSCs
Manufacturer
Microchip Technology
Series
DsPIC30F/33Fr
Type
MPLAB® C Compilerr
Datasheet

Specifications of SW006013

Supported Families
DsPIC30F, DsPIC33F
Core Architecture
DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
DsPIC30F And DsPIC33F
Tool Function
Compiler
Tool Type
Compiler
Processor Series
dsPIC
Lead Free Status / RoHS Status
na
For Use With/related Products
dSPIC DSCs
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
2.10
© 2008 Microchip Technology Inc.
<SIGNAL.H> SIGNAL HANDLING
The header file
specify how the program handles signals while it is executing. A signal is a condition
that may be reported during the program execution. Signals are synchronous, occur-
ring under software control via the
A signal may be handled by:
• Default handling (
• Ignoring the signal (
• Handling the signal with a function designated via
By default all signals are handled by the default handler, which is identified by
The type
this type is used with the keyword
objects with the rest of the program.
sig_atomic_t
Description:
Include:
Prototype:
SIG_DFL
Description:
Include:
SIG_ERR
Description:
Include:
SIG_IGN
Description:
Include:
stops
user application
sig_atomic_t
signal.h
SIG_DFL
A type used by a signal handler
<signal.h>
typedef int sig_atomic_t;
Used as the second argument and/or the return value for signal to
specify that the default handler should be used for a specific signal.
<signal.h>
Used as the return value for signal when it cannot complete a
request due to an error.
<signal.h>
Used as the second argument and/or the return value for signal to
specify that the signal should be ignored.
<signal.h>
SIG_IGN
is an integer type that the program access atomically. When
consists of a type, several macros and two functions that
); the signal is treated as a fatal error and execution
); the signal is ignored and control is returned to the
volatile
raise
function.
, the signal handler can share the data
signal
.
DS51456E-page 33
SIG_DFL
.

Related parts for SW006013