SW500008 Microchip Technology, SW500008 Datasheet - Page 175

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
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
015
778-1001
778-1001
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 SW500008