SW500007 Microchip Technology, SW500007 Datasheet - Page 175

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
Library Functions
__CONFIG
Synopsis
Description
This macro is used to program the configuration fuses that set the device into various modes of
operation.
the 16-Bit value it is to update it with.
vice. These attribute masks can be found tabulated in this manual in the Features and Runtime
Environment section.
Example
See also
__EEPROM_DATA(), __IDLOC()
The macro accepts the number corresponding to the configuration register it is to program, then
16-Bit masks have been defined to describe each programmable attribute available on each de-
Multiple attributes can be selected by ANDing them together.
#include <htc.h>
__CONFIG(n, data)
#include <htc.h>
__CONFIG(1,RC & OSCEN)
__CONFIG(2,WDTPS16 & BORV45)
__CONFIG(4, DEBUGEN)
void
main (void)
{
}
161

Related parts for SW500007