SW006015 Microchip Technology, SW006015 Datasheet - Page 59

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
© 2007 Microchip Technology Inc.
4.8.1.1
pragma-config-directive:
setting-list:
setting:
The setting-name and value-name are device specific and can be determined by
utilizing the PIC32MX Configuration Settings document.
4.8.1.2
The following example shows how the #pragma config directive might be utilized.
The example does the following:
• Enables the Watchdog Timer,
• Sets the Watchdog Postscaler to 1:128, and
• Selects the HS Oscillator for the Primary Oscillator
| setting-list, setting
#pragma config FWDTEN = ON, WDTPS = PS128
#pragma config POSCMOD = HS
...
void main (void)
{
...
}
setting
setting-name = value-name
# pragma config setting-list
SYNTAX
EXAMPLE
DS51686A-page 55

Related parts for SW006015