SW006014 Microchip Technology, SW006014 Datasheet - Page 37

C COMPILER MPLAB FOR PIC24 MCU

SW006014

Manufacturer Part Number
SW006014
Description
C COMPILER MPLAB FOR PIC24 MCU
Manufacturer
Microchip Technology
Type
MPLAB® C Compilerr
Series
PIC24r
Datasheet

Specifications of SW006014

Supported Families
PIC24
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24
Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC24
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC24
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 SW006014