SW006015 Microchip Technology, SW006015 Datasheet - Page 56

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
4.5
DS51686A-page 52
PERIPHERAL LIBRARY FUNCTIONS
®
extern volatile unsigned int WDTCON __attribute__((section("sfrs")));
typedef union {
} __WDTCONbits_t;
extern volatile __WDTCONbits_t WDTCONbits asm ("WDTCON") __attribute__((section("sfrs")));
For use with assembly, the WDTCON register is declared as: .extern WDTCON.
The processor-specific header files are located in
c:\Program Files\Microchip\MPLAB C32\pic32mx\include\proc, where
c:\Program Files\Microchip\MPLAB C32 is the directory in which the MPLAB
C32 toolchain was installed. To include a processor-specific header file, it is
recommended that you include the generic processor header file (see
Section 4.3 “Generic Processor Header File”), however, if you would like to
specifically call out the processor-specific header file, use the following from your
source file (example assumes inclusion of the processor-specific header file for the
PIC32MX360F512L):
#include <proc/p32mx360f512l.h>
Many of he peripherals of the PIC32MX devices are supported by the peripheral library
functions provided with the compiler tools. See the “MPLAB C32 C Compiler Libraries”
(DS51685) for details on the functions provided.
struct {
};
struct {
};
struct {
};
Note:
unsigned WDTCLR:1;
unsigned :1;
unsigned SWDTPS0:1;
unsigned SWDTPS1:1;
unsigned SWDTPS2:1;
unsigned SWDTPS3:1;
unsigned SWDTPS4:1;
unsigned :8;
unsigned ON:1;
unsigned :2;
unsigned WDTPSTA:5;
unsigned :1;
unsigned PWRTPSTA:3;
unsigned w:32;
The symbols WDTCON and WDTCONbits refer to the same register and
resolve to the same address as can be seen by the declaration for
WDTCONbits.
© 2007 Microchip Technology Inc.

Related parts for SW006015